]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost28147/cfb.go
Use more modern Go version
[gogost.git] / gost28147 / cfb.go
index 9c04da199024beefcc1d04cc45af6ae0a62ed2c5..d097c9918b61756429410b4ca73f67998084d224 100644 (file)
@@ -44,7 +44,6 @@ MainLoop:
                }
                i++
        }
-       return
 }
 
 type CFBDecrypter struct {
@@ -76,5 +75,4 @@ MainLoop:
                }
                i++
        }
-       return
 }