X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=gost28147%2Fctr.go;h=b0f3e04e774d925aff757f0b66b15b06ebd8b35f;hb=HEAD;hp=4706868c3370b0c2ea7523ca6f4395da0ec79eba;hpb=c40d1e5634cf6d540d908a57423f4b504e39f186;p=gogost.git diff --git a/gost28147/ctr.go b/gost28147/ctr.go index 4706868..2102135 100644 --- a/gost28147/ctr.go +++ b/gost28147/ctr.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 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 }