X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gost28147%2Fctr.go;h=b0f3e04e774d925aff757f0b66b15b06ebd8b35f;hb=HEAD;hp=45119fecd3245abaf793ad09da45e5607b703c66;hpb=c07494bbd559b9d00f391e28cfd070e18afe9900;p=gogost.git diff --git a/gost28147/ctr.go b/gost28147/ctr.go index 45119fe..2102135 100644 --- a/gost28147/ctr.go +++ b/gost28147/ctr.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2024 Sergey Matveev // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -53,5 +53,4 @@ MainLoop: } i++ } - return }