src/cypherpunks.ru/gogost/cmd/streebog256/main.go | 3 +-- src/cypherpunks.ru/gogost/cmd/streebog512/main.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/cbc_test.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/cfb.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/cfb_test.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/cipher.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/cipher_test.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/ctr.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/ctr_test.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/ecb.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/ecb_test.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/mac.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/mac_test.go | 3 +-- src/cypherpunks.ru/gogost/gost28147/sbox.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/2001_test.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/2012_test.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/curve.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/edwards.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/params.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/private.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/private_test.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/public.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/ukm.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/utils.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/vko.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/vko2001.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/vko2001_test.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/vko2012.go | 3 +-- src/cypherpunks.ru/gogost/gost3410/vko2012_test.go | 3 +-- src/cypherpunks.ru/gogost/gost34112012256/hash.go | 3 +-- src/cypherpunks.ru/gogost/gost34112012256/hkdf_test.go | 3 +-- src/cypherpunks.ru/gogost/gost34112012256/kdf.go | 3 +-- src/cypherpunks.ru/gogost/gost34112012256/kdf_test.go | 3 +-- src/cypherpunks.ru/gogost/gost34112012256/tlstree.go | 3 +-- src/cypherpunks.ru/gogost/gost34112012256/tlstree_test.go | 3 +-- src/cypherpunks.ru/gogost/gost34112012512/hash.go | 3 +-- src/cypherpunks.ru/gogost/gost341194/hash.go | 3 +-- src/cypherpunks.ru/gogost/gost341194/hash_test.go | 3 +-- src/cypherpunks.ru/gogost/gost341194/pbkdf2_test.go | 3 +-- src/cypherpunks.ru/gogost/gost3412128/cipher.go | 3 +-- src/cypherpunks.ru/gogost/gost3412128/cipher_test.go | 3 +-- src/cypherpunks.ru/gogost/gost341264/cipher.go | 3 +-- src/cypherpunks.ru/gogost/gost341264/cipher_test.go | 3 +-- src/cypherpunks.ru/gogost/gost3413/padding.go | 3 +-- src/cypherpunks.ru/gogost/internal/gost34112012/hash.go | 3 +-- src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go | 3 +-- src/cypherpunks.ru/gogost/internal/gost34112012/hmac_test.go | 3 +-- src/cypherpunks.ru/gogost/mgm/mode.go | 3 +-- src/cypherpunks.ru/gogost/mgm/mode_test.go | 3 +-- src/cypherpunks.ru/gogost/mgm/mul.go | 3 +-- src/cypherpunks.ru/gogost/mgm/mul_test.go | 3 +-- www.texi | 2 +- diff --git a/src/cypherpunks.ru/gogost/cmd/streebog256/main.go b/src/cypherpunks.ru/gogost/cmd/streebog256/main.go index a34dcfbfc1e7e29178553330f7f588edefd181d7b018f51b0301d6c6ddf4232e..6dae7eb41d6892b3294b0d1e11f6de9bc5b7f88ebe299ef11ac9bc1c6ad6e501 100644 --- a/src/cypherpunks.ru/gogost/cmd/streebog256/main.go +++ b/src/cypherpunks.ru/gogost/cmd/streebog256/main.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/cmd/streebog512/main.go b/src/cypherpunks.ru/gogost/cmd/streebog512/main.go index ff8467f1af190aab52254693bae0fb56471a2b23295941215181bc1a79fc8e2c..ac3ce3dd11938abf6a1461a411d4f0b97f88026b1b10506703ef7825eb5b1679 100644 --- a/src/cypherpunks.ru/gogost/cmd/streebog512/main.go +++ b/src/cypherpunks.ru/gogost/cmd/streebog512/main.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/cbc_test.go b/src/cypherpunks.ru/gogost/gost28147/cbc_test.go index 8cba74752c580a7d7b382013a53a9dc6435d91ae4814144600d94954982cec18..a72921a1878730509c895007cbae24c3dacf59d22de28b866fab0fad0367921e 100644 --- a/src/cypherpunks.ru/gogost/gost28147/cbc_test.go +++ b/src/cypherpunks.ru/gogost/gost28147/cbc_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/cfb.go b/src/cypherpunks.ru/gogost/gost28147/cfb.go index 3d3fed9ac2be3b4c49aafc59a3f054b6345b9dcf867eb98baf6290236385bbdf..65d46701515e9fe3822d880f3923928c6cbb2fe536fc0cf8d64bedb425610ae4 100644 --- a/src/cypherpunks.ru/gogost/gost28147/cfb.go +++ b/src/cypherpunks.ru/gogost/gost28147/cfb.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/cfb_test.go b/src/cypherpunks.ru/gogost/gost28147/cfb_test.go index a432ab87b3d6b140f46d4bd43f9068b1a12d058a103cb218fd7d97963305eae3..3287a73da1f45183a3cfa049e546857510b1bb168a2cc195b2a9d3442ac67596 100644 --- a/src/cypherpunks.ru/gogost/gost28147/cfb_test.go +++ b/src/cypherpunks.ru/gogost/gost28147/cfb_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/cipher.go b/src/cypherpunks.ru/gogost/gost28147/cipher.go index 2aa7b4a8abed1a43d2684b962b98ce528e95f06ffef62a37b57901eaee51e038..9ba3c2a5c5c8b1875643bcd30b5de7f280eb2686d334defd3fd161f28b145e22 100644 --- a/src/cypherpunks.ru/gogost/gost28147/cipher.go +++ b/src/cypherpunks.ru/gogost/gost28147/cipher.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/cipher_test.go b/src/cypherpunks.ru/gogost/gost28147/cipher_test.go index 89ca62f59673324621bc8b748e9eaea89c0a08980d4bf3294f775d87b6630c6f..9d4aa1af62d1229304dfb9dc60056e60c6b9547da1139cb8279a79bcc7a29daf 100644 --- a/src/cypherpunks.ru/gogost/gost28147/cipher_test.go +++ b/src/cypherpunks.ru/gogost/gost28147/cipher_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/ctr.go b/src/cypherpunks.ru/gogost/gost28147/ctr.go index bc017494cbebda5289bbd7c927a8157c5dfe5865097d99d98303373230aa64ec..7298c16735daabb3df8219cedf37985d94f89345fcf6951c06fb293b7b4dfeba 100644 --- a/src/cypherpunks.ru/gogost/gost28147/ctr.go +++ b/src/cypherpunks.ru/gogost/gost28147/ctr.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/ctr_test.go b/src/cypherpunks.ru/gogost/gost28147/ctr_test.go index 867290d6be236c9e458f975caac784fb7460690beabdd06ce20e33454ac83cea..f8a89a5613becc61d43fbad3a98b00193dd9c457264459b1220303208c98dd5f 100644 --- a/src/cypherpunks.ru/gogost/gost28147/ctr_test.go +++ b/src/cypherpunks.ru/gogost/gost28147/ctr_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/ecb.go b/src/cypherpunks.ru/gogost/gost28147/ecb.go index 3aa95ff8a965df3b471fa5e819c42c179e0fb49f7ca7295f172d13dd7099d28b..ced0c7f0e05c9290ebfdc5d2abb7fc01914f8f5085c7d426c3988322bed046ab 100644 --- a/src/cypherpunks.ru/gogost/gost28147/ecb.go +++ b/src/cypherpunks.ru/gogost/gost28147/ecb.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/ecb_test.go b/src/cypherpunks.ru/gogost/gost28147/ecb_test.go index fd2aa1e19cebed480773dec827886c95aedb39b1227b357c39989afc2e51392f..c923ca05eefffbe55b8e2ffa579ec3885ebeb323b2e2e1ce5be294802f5a4ab7 100644 --- a/src/cypherpunks.ru/gogost/gost28147/ecb_test.go +++ b/src/cypherpunks.ru/gogost/gost28147/ecb_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/mac.go b/src/cypherpunks.ru/gogost/gost28147/mac.go index f32be0c0f7ee9ed8c43afe5b0248559cf4723a2a61971264ecff0acd7f52d131..b79fbab55749a5e39d3dfd66098a3fdf61156768edf072aac8f54661ce1b01ef 100644 --- a/src/cypherpunks.ru/gogost/gost28147/mac.go +++ b/src/cypherpunks.ru/gogost/gost28147/mac.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/mac_test.go b/src/cypherpunks.ru/gogost/gost28147/mac_test.go index 127eca699d8240e3761271e0134d8d191730fee5f03bf5554a93085ac9ab450a..fa17eb8bc56355d825f035fd3ca3c316fabdbcf3f9ca74f7a3a80fa3300df8ad 100644 --- a/src/cypherpunks.ru/gogost/gost28147/mac_test.go +++ b/src/cypherpunks.ru/gogost/gost28147/mac_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost28147/sbox.go b/src/cypherpunks.ru/gogost/gost28147/sbox.go index 1275300e041bac3784ee888d8675b73ad840535fd4451172a76fe1de676fe991..7768a55412e2f68924d12d1d7b5f4b9b01710ec9e71c1586b0d27c2dcbeb5787 100644 --- a/src/cypherpunks.ru/gogost/gost28147/sbox.go +++ b/src/cypherpunks.ru/gogost/gost28147/sbox.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/2001_test.go b/src/cypherpunks.ru/gogost/gost3410/2001_test.go index 15f201e23c143cf5a46102e99a8022cb744c7573c9ec501bd43456adffcd7416..af080702d1340164b3f40c427404e73b2c641d058ca9f2daf795b3cf79a99871 100644 --- a/src/cypherpunks.ru/gogost/gost3410/2001_test.go +++ b/src/cypherpunks.ru/gogost/gost3410/2001_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/2012_test.go b/src/cypherpunks.ru/gogost/gost3410/2012_test.go index fbf193c5abb09e137651d903186f595a15e605fd4651169dd3e418069555261e..66c876c03e83f0ac262cfb994d20c97769c5ec2a2a506eb1a22a4494b6e58b1f 100644 --- a/src/cypherpunks.ru/gogost/gost3410/2012_test.go +++ b/src/cypherpunks.ru/gogost/gost3410/2012_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/curve.go b/src/cypherpunks.ru/gogost/gost3410/curve.go index 22191273da1dc1f3e3c84c72e95c12667191a0a5dddc829ac700039509383a7e..21f10bc291c593ff57083ac938bc0b238fbaca9373566765edf0214e6af410fe 100644 --- a/src/cypherpunks.ru/gogost/gost3410/curve.go +++ b/src/cypherpunks.ru/gogost/gost3410/curve.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/edwards.go b/src/cypherpunks.ru/gogost/gost3410/edwards.go index ed95b4e754311a52b81d7cc9041f3880086259f8e6ea5007acf5826e192c52ce..c37dd3cb2ffc36a42c3f64d3d3f4bb8186e3cb30c0888e109182a3aad910e7c9 100644 --- a/src/cypherpunks.ru/gogost/gost3410/edwards.go +++ b/src/cypherpunks.ru/gogost/gost3410/edwards.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/params.go b/src/cypherpunks.ru/gogost/gost3410/params.go index 3deb6de53ad2f33ce936a65ab1ef28750bc2b0badc4842d129015688ed482cd1..bac6000e2f33a2eb2ed25f29c4deb01860d66567d40fde6005d8ec7747a63994 100644 --- a/src/cypherpunks.ru/gogost/gost3410/params.go +++ b/src/cypherpunks.ru/gogost/gost3410/params.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/private.go b/src/cypherpunks.ru/gogost/gost3410/private.go index a8e2d86cd47bdc0598dcfd02ea81336318d3e6b18607193827d227ac8760860c..99b497085cd2d7dfa4b8ad0ecf80ba95e49334e281101cfc18b108856575c9aa 100644 --- a/src/cypherpunks.ru/gogost/gost3410/private.go +++ b/src/cypherpunks.ru/gogost/gost3410/private.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/private_test.go b/src/cypherpunks.ru/gogost/gost3410/private_test.go index 4a60c8d2c874e2b8d60ab79e60d12c0eaa0d374242ae03d31db2284e7f9f0958..fd3eac2e03fcd06be4298da935e8fe345cb0a247024b3c34e1c80c58ecb7d840 100644 --- a/src/cypherpunks.ru/gogost/gost3410/private_test.go +++ b/src/cypherpunks.ru/gogost/gost3410/private_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/public.go b/src/cypherpunks.ru/gogost/gost3410/public.go index 22a768ba8d1cfe9f65b8f07477432ce475179e748a6952ae977c41f40f5b351b..227653a2b62295789318b8f55fc3f9e58cdbbe479ad13c3509d104c3054e866c 100644 --- a/src/cypherpunks.ru/gogost/gost3410/public.go +++ b/src/cypherpunks.ru/gogost/gost3410/public.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/ukm.go b/src/cypherpunks.ru/gogost/gost3410/ukm.go index af49eb5a3694fe4ce0d57aef38b5aa636f153fc52d6d8aa51a8dc4aca9a95171..b3e34faf7e62275fcbccb3c8a67c42acaa96705d6a26839be55910448fcf7a49 100644 --- a/src/cypherpunks.ru/gogost/gost3410/ukm.go +++ b/src/cypherpunks.ru/gogost/gost3410/ukm.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/utils.go b/src/cypherpunks.ru/gogost/gost3410/utils.go index d7693e064f823e4ff9e5f418de37164263f2161ac338a755dc261b6b5a7a1033..4e82f16db64d69ec46374967f6d1c6ce298e795e32c07cff78fb470c2f70d578 100644 --- a/src/cypherpunks.ru/gogost/gost3410/utils.go +++ b/src/cypherpunks.ru/gogost/gost3410/utils.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/vko.go b/src/cypherpunks.ru/gogost/gost3410/vko.go index 25933d3b10f5d29bfea51a09a7079458be16aec8195c993ffb46cf69f9ebf9d1..28f172b682d2887eea1eb31613e0b5e2cf201f1deab1ed927eb99803fef952c3 100644 --- a/src/cypherpunks.ru/gogost/gost3410/vko.go +++ b/src/cypherpunks.ru/gogost/gost3410/vko.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/vko2001.go b/src/cypherpunks.ru/gogost/gost3410/vko2001.go index ea5d7f72ffcf216d4f649512c8c62b1a75f2d06294ec7b02becd33641afffd12..74d9efcf0216931969ba02c0df1a1406a04a35245dd5d4366ee97da6d1729f22 100644 --- a/src/cypherpunks.ru/gogost/gost3410/vko2001.go +++ b/src/cypherpunks.ru/gogost/gost3410/vko2001.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/vko2001_test.go b/src/cypherpunks.ru/gogost/gost3410/vko2001_test.go index 888a20d52e7db37813a9c16fb55d1eddf20bb6b0ad0747e427b3c3368ae66890..44a8bcf75636dabea326838582780eb2f14c4a677869e178234fe9afeeca7334 100644 --- a/src/cypherpunks.ru/gogost/gost3410/vko2001_test.go +++ b/src/cypherpunks.ru/gogost/gost3410/vko2001_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/vko2012.go b/src/cypherpunks.ru/gogost/gost3410/vko2012.go index 05346a01ec8dffa4e858048531d9dd572da90e97a8ab72c45479b0756b225141..cdc511ee10d22393b14c30fea2adaeb6115a9967d8d9fcc27c6afcaf26abbc01 100644 --- a/src/cypherpunks.ru/gogost/gost3410/vko2012.go +++ b/src/cypherpunks.ru/gogost/gost3410/vko2012.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3410/vko2012_test.go b/src/cypherpunks.ru/gogost/gost3410/vko2012_test.go index 16b5a2143edb25116c62456191b09172677746f4738604e5370b0b3afb3e022d..9cce5072ddac93bfcca3034bbbc4b9a396395581ea639fae9680d23327a08811 100644 --- a/src/cypherpunks.ru/gogost/gost3410/vko2012_test.go +++ b/src/cypherpunks.ru/gogost/gost3410/vko2012_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost34112012256/hash.go b/src/cypherpunks.ru/gogost/gost34112012256/hash.go index 7f4118f5cca29d570ef19a5569d46ffaacacc79eb83ecb7f0b50909dada587b6..9b40018eea92ae7b60a95959923a34b10971bcb3eb61f298dfd2acad2dd8bfcc 100644 --- a/src/cypherpunks.ru/gogost/gost34112012256/hash.go +++ b/src/cypherpunks.ru/gogost/gost34112012256/hash.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost34112012256/hkdf_test.go b/src/cypherpunks.ru/gogost/gost34112012256/hkdf_test.go index 722aca83ec0f77725e0993d19f021a0a1d5edfc128307bb604fdf54ae781fd4c..605aa3b7012b8f3924ad59a68655b68f4a5a71e3707270b8c53cffcb8ad7eba1 100644 --- a/src/cypherpunks.ru/gogost/gost34112012256/hkdf_test.go +++ b/src/cypherpunks.ru/gogost/gost34112012256/hkdf_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost34112012256/kdf.go b/src/cypherpunks.ru/gogost/gost34112012256/kdf.go index 9ae15f546f1e0cbfcee727295a4148d7221a314649caa6937593ee64c5f5b9c0..076200fbb038a4f8dadc43a6e7180b9968d4bce49fff050179b77c798b633729 100644 --- a/src/cypherpunks.ru/gogost/gost34112012256/kdf.go +++ b/src/cypherpunks.ru/gogost/gost34112012256/kdf.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost34112012256/kdf_test.go b/src/cypherpunks.ru/gogost/gost34112012256/kdf_test.go index 48488cf0c44765b4491fc2d3d26b5a11464452848f8ff26fa3e0f4d632ce47f8..882970bf980edf7132d20e694b6713fab38dfe572d32ee4b1e1a375b65a9a4b0 100644 --- a/src/cypherpunks.ru/gogost/gost34112012256/kdf_test.go +++ b/src/cypherpunks.ru/gogost/gost34112012256/kdf_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost34112012256/tlstree.go b/src/cypherpunks.ru/gogost/gost34112012256/tlstree.go index 18eb1a878714897522f46468a01f989dbca31d35d48fc2f3cee775788c378c3a..3fa601b0ec0f48fb54670a36f6ab18b80ee90cd13b0d5ef03353523250789ec5 100644 --- a/src/cypherpunks.ru/gogost/gost34112012256/tlstree.go +++ b/src/cypherpunks.ru/gogost/gost34112012256/tlstree.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost34112012256/tlstree_test.go b/src/cypherpunks.ru/gogost/gost34112012256/tlstree_test.go index 495f7a3c4420a057af46abaf678d9745a8c9da22e38622756eb3facdac4159de..b92cace3b081276377f0a8bdddceab47aef43c95f0035d7b14c4484091061f83 100644 --- a/src/cypherpunks.ru/gogost/gost34112012256/tlstree_test.go +++ b/src/cypherpunks.ru/gogost/gost34112012256/tlstree_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost34112012512/hash.go b/src/cypherpunks.ru/gogost/gost34112012512/hash.go index 363e9a4e62829e0fa554e6842c3f8cd0875f0b0d9ea86bc1ee3bf0137fe8c610..c30e84de10b5ea5d8fec9f023b9b0c01646a0a5b244fcedadbf47efa7a442ad7 100644 --- a/src/cypherpunks.ru/gogost/gost34112012512/hash.go +++ b/src/cypherpunks.ru/gogost/gost34112012512/hash.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost341194/hash.go b/src/cypherpunks.ru/gogost/gost341194/hash.go index 72149adceb9a0cae3f8010d63f337bed6b768c783954d23e1049c94107ab40c4..ebb4a32f10a5b3f635b454e475d276c9c07b9aa86cb3c36e7d0cf0a770b66e44 100644 --- a/src/cypherpunks.ru/gogost/gost341194/hash.go +++ b/src/cypherpunks.ru/gogost/gost341194/hash.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost341194/hash_test.go b/src/cypherpunks.ru/gogost/gost341194/hash_test.go index 38532205f126c4d1b69a43317c591c8776e0fe9618e3998f90b988dd11347747..192d2d3c8690a2562738824bd2383a2af565bf047da726a6b93c084770cbc83c 100644 --- a/src/cypherpunks.ru/gogost/gost341194/hash_test.go +++ b/src/cypherpunks.ru/gogost/gost341194/hash_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost341194/pbkdf2_test.go b/src/cypherpunks.ru/gogost/gost341194/pbkdf2_test.go index 7ccad135477efd545393de90edd77368f79e4a7778f907322ed30f5ff2302dc3..7e16fea7025c057e16a22fc15b435b55f107f366342982b13b35d11f56a00003 100644 --- a/src/cypherpunks.ru/gogost/gost341194/pbkdf2_test.go +++ b/src/cypherpunks.ru/gogost/gost341194/pbkdf2_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3412128/cipher.go b/src/cypherpunks.ru/gogost/gost3412128/cipher.go index aa92241bfee22163f16447da9fb14cf20c9fdd06b1ef2af6acbaed85adec6d17..76a6f809d9b6c0c4708985f5d99f33c7991fddb75ae41ec7564abe5715bb333a 100644 --- a/src/cypherpunks.ru/gogost/gost3412128/cipher.go +++ b/src/cypherpunks.ru/gogost/gost3412128/cipher.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3412128/cipher_test.go b/src/cypherpunks.ru/gogost/gost3412128/cipher_test.go index 4a7f846a8d89c4a07061f853e4f7bbe8bc5bb6549cc5949e421fb1b3750d9627..eadefebdf68103c13b3a6fcd9ad38ed650c9bcbf553662e95c8660a3fb8a0550 100644 --- a/src/cypherpunks.ru/gogost/gost3412128/cipher_test.go +++ b/src/cypherpunks.ru/gogost/gost3412128/cipher_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost341264/cipher.go b/src/cypherpunks.ru/gogost/gost341264/cipher.go index b81c9d477d0071e3a7fa34264817516eafbe79eed1084e2981b666a84c99108d..7a5ebcb2100f4b896080c0f44cd5ea743d4a82e8ed7a8ba99c5a1b1ebbe3619e 100644 --- a/src/cypherpunks.ru/gogost/gost341264/cipher.go +++ b/src/cypherpunks.ru/gogost/gost341264/cipher.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost341264/cipher_test.go b/src/cypherpunks.ru/gogost/gost341264/cipher_test.go index 229d9f61fdf632d2797ee6ac9116c578b77ce82b2821edeef19a087ecde0e9da..b822e73745c858eb5006ef457cdef9547202ca02e3b237af5c48d95fd70e929b 100644 --- a/src/cypherpunks.ru/gogost/gost341264/cipher_test.go +++ b/src/cypherpunks.ru/gogost/gost341264/cipher_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/gost3413/padding.go b/src/cypherpunks.ru/gogost/gost3413/padding.go index dc130e3096467c1bf92a3a40f3780f6faa0b13b6cd4087089e924a68c3ffdf48..c4d2c0ee7ff1c01154126e44005d6d1ce6edceeb7bd21614a74de018684d231e 100644 --- a/src/cypherpunks.ru/gogost/gost3413/padding.go +++ b/src/cypherpunks.ru/gogost/gost3413/padding.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/internal/gost34112012/hash.go b/src/cypherpunks.ru/gogost/internal/gost34112012/hash.go index 8450f0302f34f7793c300431d9d609e61588f5d68f7b49a82fc84f7346c15235..7373bdbdee4575ae1b2ed347359593c8e8437872c7e7d923bfa7aa7f7ae6e3ce 100644 --- a/src/cypherpunks.ru/gogost/internal/gost34112012/hash.go +++ b/src/cypherpunks.ru/gogost/internal/gost34112012/hash.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go b/src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go index 7d827e8f0f084b954cc66523615d13f4a7f761c720ac4c4d44dab7295419b42e..7f0697ebe5ea015c0caf788ab476565aee1177c1436b61e22f3399b59dfb5c32 100644 --- a/src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go +++ b/src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/internal/gost34112012/hmac_test.go b/src/cypherpunks.ru/gogost/internal/gost34112012/hmac_test.go index 7ca1b226b0e907e4ca4c23afa05b5a4a826d37c78e72b94f2f851065300237ff..a9df90dc917035499a14e345d44b19b0fb01b08a24e234150736d94d3d7e15b5 100644 --- a/src/cypherpunks.ru/gogost/internal/gost34112012/hmac_test.go +++ b/src/cypherpunks.ru/gogost/internal/gost34112012/hmac_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/mgm/mode.go b/src/cypherpunks.ru/gogost/mgm/mode.go index 6c5e9de69274affa990a8e5fc03ce8f141e6422bd601ac1198cc5db3a6cee7c9..f4e649d1aa715ee8ec5ac91770e0df7fc790c567387beb7ce74e43aafb836cb3 100644 --- a/src/cypherpunks.ru/gogost/mgm/mode.go +++ b/src/cypherpunks.ru/gogost/mgm/mode.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/mgm/mode_test.go b/src/cypherpunks.ru/gogost/mgm/mode_test.go index e9b3e19f92199d563b2000095a2a6d331bb1511755674f16bf04e712c04873f0..30bcba7b4e2da6bb342ba0a5c004e06d3d27d826dfb8f3c6f55fc8926452033d 100644 --- a/src/cypherpunks.ru/gogost/mgm/mode_test.go +++ b/src/cypherpunks.ru/gogost/mgm/mode_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/mgm/mul.go b/src/cypherpunks.ru/gogost/mgm/mul.go index ab3e2a4994b6e37a7b2d306c857948c5f293d0a991a486d6d2b7f38417a3f0c9..89019cdd769bd1b7ce38037c60e35271c92f61e57d908b7362fadb9d57bd5410 100644 --- a/src/cypherpunks.ru/gogost/mgm/mul.go +++ b/src/cypherpunks.ru/gogost/mgm/mul.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/src/cypherpunks.ru/gogost/mgm/mul_test.go b/src/cypherpunks.ru/gogost/mgm/mul_test.go index c6f266b3c7d7fa882adc9fae9ffea2065f6efae01ac7501852f64b290259b043..effbecf70697d1b73806b715c85b8fe8845c24a87596310cde424429e0a88fab 100644 --- a/src/cypherpunks.ru/gogost/mgm/mul_test.go +++ b/src/cypherpunks.ru/gogost/mgm/mul_test.go @@ -3,8 +3,7 @@ // Copyright (C) 2015-2019 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 -// the Free Software Foundation, either version 3 of the License, or -// (at your option) any later version. +// the Free Software Foundation, version 3 of the License. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/www.texi b/www.texi index fed8747b20500f83a31af2d20dfd34709a91c5a7a073c29748d17e3a8e7c8883..29276dc48b466772c78f205bcb897e8a51f36bb5dce9290d67d87ee2cb9e64b6 100644 --- a/www.texi +++ b/www.texi @@ -14,7 +14,7 @@ GOST is GOvernment STandard of Russian Federation (and Soviet Union). It is @url{https://www.gnu.org/philosophy/pragmatic.html, copylefted} @url{https://www.gnu.org/philosophy/free-sw.html, free software}: -licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GPLv3+}. +licenced under @url{https://www.gnu.org/licenses/gpl-3.0.html, GPLv3}. You can read about GOST algorithms @url{http://gost.cypherpunks.ru/, more}. Currently supported algorithms are: