X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gost28147%2Fcfb.go;fp=gost28147%2Fcfb.go;h=d097c9918b61756429410b4ca73f67998084d224;hb=285c03431192ff6ffbfa7470652fd545f06e0b00;hp=9c04da199024beefcc1d04cc45af6ae0a62ed2c5;hpb=43a544f46528f2faa5b9555a9d97ceed4bcf500f;p=gogost.git diff --git a/gost28147/cfb.go b/gost28147/cfb.go index 9c04da1..d097c99 100644 --- a/gost28147/cfb.go +++ b/gost28147/cfb.go @@ -44,7 +44,6 @@ MainLoop: } i++ } - return } type CFBDecrypter struct { @@ -76,5 +75,4 @@ MainLoop: } i++ } - return }