cmd/cer-dane-hash/main.go | 2 +- cmd/cer-selfsigned-example/main.go | 2 +- cmd/streebog256/main.go | 2 +- cmd/streebog512/main.go | 2 +- gost28147/cbc_test.go | 2 +- gost28147/cfb.go | 2 +- gost28147/cfb_test.go | 2 +- gost28147/cipher.go | 2 +- gost28147/cipher_test.go | 2 +- gost28147/ctr.go | 2 +- gost28147/ctr_test.go | 2 +- gost28147/ecb.go | 2 +- gost28147/ecb_test.go | 2 +- gost28147/mac.go | 2 +- gost28147/mac_test.go | 2 +- gost28147/sbox.go | 2 +- gost3410/2001_test.go | 2 +- gost3410/2012_test.go | 2 +- gost3410/curve.go | 2 +- gost3410/edwards.go | 2 +- gost3410/params.go | 2 +- gost3410/private.go | 2 +- gost3410/private_test.go | 2 +- gost3410/public.go | 2 +- gost3410/ukm.go | 2 +- gost3410/utils.go | 2 +- gost3410/vko.go | 2 +- gost3410/vko2001.go | 2 +- gost3410/vko2001_test.go | 2 +- gost3410/vko2012.go | 2 +- gost3410/vko2012_test.go | 2 +- gost34112012256/esptree.go | 2 +- gost34112012256/esptree_test.go | 2 +- gost34112012256/hash.go | 2 +- gost34112012256/hkdf_test.go | 2 +- gost34112012256/kdf.go | 2 +- gost34112012256/kdf_test.go | 2 +- gost34112012256/tlstree.go | 2 +- gost34112012256/tlstree_test.go | 2 +- gost34112012512/hash.go | 2 +- gost34112012512/pbkdf2_test.go | 2 +- gost341194/hash.go | 2 +- gost341194/hash_test.go | 2 +- gost341194/pbkdf2_test.go | 2 +- gost3412128/cipher.go | 2 +- gost3412128/cipher_test.go | 2 +- gost341264/cipher.go | 2 +- gost341264/cipher_test.go | 2 +- gost3413/padding.go | 2 +- internal/gost34112012/hash.go | 2 +- internal/gost34112012/hash_test.go | 2 +- internal/gost34112012/hmac_test.go | 2 +- internal/gost34112012/marshal.go | 2 +- mgm/mode.go | 2 +- mgm/mode_test.go | 2 +- mgm/mul128.go | 2 +- mgm/mul128_test.go | 2 +- mgm/mul64.go | 2 +- mgm/mul64_test.go | 2 +- prfplus/gost.go | 2 +- prfplus/gost_test.go | 2 +- prfplus/plus.go | 2 +- www.texi | 2 +- diff --git a/cmd/cer-dane-hash/main.go b/cmd/cer-dane-hash/main.go index 25cf13d9c70bee7c6e86b29cb5cd0215b6819aef7bc1b380293be09380718cfa..b7ec4b970f3cdb2ff3e9e1c28942ff3e0147f9205e710ce59c56c75f44e5b2d0 100644 --- a/cmd/cer-dane-hash/main.go +++ b/cmd/cer-dane-hash/main.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/cmd/cer-selfsigned-example/main.go b/cmd/cer-selfsigned-example/main.go index 5e0c07a604ed0c123949b55d6c0f418276e40a58216ab355215cda8e85c641a0..c82e1c1893eb44bbe5d85cafae79c4bd7a3863bdad25849b6e3208b7fea37e67 100644 --- a/cmd/cer-selfsigned-example/main.go +++ b/cmd/cer-selfsigned-example/main.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/cmd/streebog256/main.go b/cmd/streebog256/main.go index 78fc3bffb9917463378e5eeccd265625cbe3f50aad16311d98f45468934d951e..0bb740eb59d44d325109e10158521f622ec68fe9c5d7989e8b3b863fd3820242 100644 --- a/cmd/streebog256/main.go +++ b/cmd/streebog256/main.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/cmd/streebog512/main.go b/cmd/streebog512/main.go index 8f08504151ddccd6f066c7118b503e4b32b8bf5841f9df7f7ac054d3f9d884d3..891c29f63fd78e22b5e9b025d5c9a517fc78b89708ca2216aa008f3b36d85196 100644 --- a/cmd/streebog512/main.go +++ b/cmd/streebog512/main.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/cbc_test.go b/gost28147/cbc_test.go index ae0c3170cf4259bdb645d135a7ec1229c5aa12f9b460d5b155f9efd60b4c8ece..fcae67139f6e6adf82ca500894f9e220ffd9466495bb691041eb45585d2463e3 100644 --- a/gost28147/cbc_test.go +++ b/gost28147/cbc_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/cfb.go b/gost28147/cfb.go index d7749f47c5fb610a705c993c2f381355ab84073c2a9154ea05d6eeb7be23a1b3..db3b23e39cb3e3725d24da793a828ea8e7d21bb0be8ed2459ed1493ccc6709e4 100644 --- a/gost28147/cfb.go +++ b/gost28147/cfb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/cfb_test.go b/gost28147/cfb_test.go index 28264b0ae25d9ff1ac71640e82334be3714aa1a5638cb0a15f2ecf7cb4fbc2fd..cdf6da3885d441cc80c19347de03890ae058f0bfcecfa6feb4af44963500a9b9 100644 --- a/gost28147/cfb_test.go +++ b/gost28147/cfb_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/cipher.go b/gost28147/cipher.go index 8774666d11e4692bd845ecaac6b1c33ed3f69f59be7fa8f62f7d4001b13c9905..bd0d766869c6a1f5b70273e8e7e169288d695be25d6fb6d4fffd79dcdaf1128e 100644 --- a/gost28147/cipher.go +++ b/gost28147/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/cipher_test.go b/gost28147/cipher_test.go index 3be1e2319654a852c40b490cfd08e0f29f3576d887444254f8787c77fc4b1bf8..ff5692fa916eda2c0efeb5024d6b7c9045e04f01671ed06667e027038dfc7192 100644 --- a/gost28147/cipher_test.go +++ b/gost28147/cipher_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/ctr.go b/gost28147/ctr.go index ff9c0ea2cf0138770c09ce725ae27cb6aada26cbcec036b097f9ecb55fb216ed..c206992435c7f66bfe2bcc2a9e681d02cf8309ffd435bd470f1203061da1e729 100644 --- a/gost28147/ctr.go +++ b/gost28147/ctr.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/ctr_test.go b/gost28147/ctr_test.go index 14fdd30e09ede1175ba6eeb990f8f4a4855e5b6602448b5de885b39e60892c2e..7a7b46fe63190f617221539afc1672f9ef20f9f59869706eed2b44d1d7a267ff 100644 --- a/gost28147/ctr_test.go +++ b/gost28147/ctr_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/ecb.go b/gost28147/ecb.go index 2b562f81962e50c1172b463e3a2eba38aa23bac6ee1464d5d600160b2cdb41bb..3f5f477d20299ed06ce93e3191fdb81160ce387136a5134ed4ed7a65842fe53b 100644 --- a/gost28147/ecb.go +++ b/gost28147/ecb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/ecb_test.go b/gost28147/ecb_test.go index b18dd015cb0f0409f3fed21edf31b42830660ec554e5f9cce9bb39617d2ad78d..29d976da745d9832ff653e0dedf98ff454f3bc3fd38e17ffd5b3cad4f6cdcdad 100644 --- a/gost28147/ecb_test.go +++ b/gost28147/ecb_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/mac.go b/gost28147/mac.go index 760736230a6aff3bd76fe1473c9317af2c8845a37fce791bb06f35bf01aa5250..23ab296da42d358c3e5ad7c5a0bd734c91183ec85c4f8ab6dbaa61d09ee440d2 100644 --- a/gost28147/mac.go +++ b/gost28147/mac.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/mac_test.go b/gost28147/mac_test.go index 5e54430017de8775cb5ecc61ab0abf5798952a769c0d8edf3eb0df4e14eccd13..ab1d1120544c239e10977453b66b87eeaaa911dc0d2245b7b450bb7fd0c6477c 100644 --- a/gost28147/mac_test.go +++ b/gost28147/mac_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost28147/sbox.go b/gost28147/sbox.go index f5a64687c4e1d8e39d114f6af0b3aa5e8168365aa3f6062176b0707d1b5799a6..3313d61a30b02f6c18f2652c95100b4a47248fbfa42ee06e2e038114955d8ed4 100644 --- a/gost28147/sbox.go +++ b/gost28147/sbox.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/2001_test.go b/gost3410/2001_test.go index 6d5d2cd59f21c91e1be4a429cda3768e4661b48aea189a890009cc548ff26721..e5734de0b1485d853e1185621f3fe3c12c1361641f71663666cd23632cd2e1e1 100644 --- a/gost3410/2001_test.go +++ b/gost3410/2001_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/2012_test.go b/gost3410/2012_test.go index ae64de4d47cc687d6c413c626d7002dd55c144ab5fe8d61c16199ad5befd766e..2ac323ebc63242692de8ebf004ca31ea1ee29f04d4a238f4b08c8b9bce1d3b54 100644 --- a/gost3410/2012_test.go +++ b/gost3410/2012_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/curve.go b/gost3410/curve.go index 7ebac829b09fa68d26a5811d296ea2ddd77d6e4c954e244ca826709c04f4c6a5..8ea0bf48dccb77c98d26dfc23626f5cd64958fbf71d8f535061da6b334d310a4 100644 --- a/gost3410/curve.go +++ b/gost3410/curve.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/edwards.go b/gost3410/edwards.go index 6e3682bf1cbb38673e207a06430a7ae64214762d2a8ae4f8e91cabffa2ee51d5..4638203b90147d80f3dac57cefc40b4de49970d670fe86ccc98243c545ba9567 100644 --- a/gost3410/edwards.go +++ b/gost3410/edwards.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/params.go b/gost3410/params.go index 1596baaf398413180e0418eb9381b9d8c429207bdf462096cf814d751b2eacea..21740e0d72dd568cbd0e74f6a97b1fc54846cce316efc9f8d43925a1916abc24 100644 --- a/gost3410/params.go +++ b/gost3410/params.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/private.go b/gost3410/private.go index d38d9695317f24d30a4e72666e3ebb5369bf9c68a581eab64262a2fd51eacf4d..3dc42398eea0c10b6a7ca849362bcee03b0ac5a97fa81bbfa310cd6215dda6ce 100644 --- a/gost3410/private.go +++ b/gost3410/private.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/private_test.go b/gost3410/private_test.go index 34a67fdcdbc5d0e00ef14607770a6e1a43d4ce612ccc76e7754a5e88d40df3a6..0cc4e174510935ab51a3326d1484060cbb0a363c14be63bf0db118f28c97bd48 100644 --- a/gost3410/private_test.go +++ b/gost3410/private_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/public.go b/gost3410/public.go index 6261cd798cde12b9a205066c130ded5b13eea7030568fafc405b03b608b231f2..65767de6d6edbbcaf634b4047aaafde9d9a75a7b44eb52225be09313af8a45e0 100644 --- a/gost3410/public.go +++ b/gost3410/public.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/ukm.go b/gost3410/ukm.go index 4326421585d71b2f2ca6fa6035adfd4576f52042f23c63e0b7be9794e9d6b729..7441fc69f303861f41db9a0baf96f7142c8fb0be3690f4b2d26879842c0b519d 100644 --- a/gost3410/ukm.go +++ b/gost3410/ukm.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/utils.go b/gost3410/utils.go index 0f98b63884842dc98222de45db04a646e9ac77eae47420276cd32b7203becf00..3eb2b50cbe9e47e1091ee9c59d58cd64e0ef078125b00a1fb1315d9b516b3333 100644 --- a/gost3410/utils.go +++ b/gost3410/utils.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/vko.go b/gost3410/vko.go index a6a6d04cf7b3745683cf4f9f1431a1801fde82a1c541336312f7c7c83a86803c..2e1108e7a173c772e6d042a24f1cb85158725b7b3e2a3d45e9a794b4fdfae069 100644 --- a/gost3410/vko.go +++ b/gost3410/vko.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/vko2001.go b/gost3410/vko2001.go index 19fbae0b9ec836838864a9d4bedf633f5225951e09000215aa05145021ef62ec..a8ba3d8a0830298999c528c9f1c7e44e3270cf9650251f6fd3f1eb85bd84c268 100644 --- a/gost3410/vko2001.go +++ b/gost3410/vko2001.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/vko2001_test.go b/gost3410/vko2001_test.go index 1ddc993fcde778dc8f767eaeff2895a14e3f68fe8cd56d17cc96b3df5a4d54e3..0ace4c835619c2091ed12a90ba4dfd74d867b3461bf496c9a1dcdfbc6220b4b3 100644 --- a/gost3410/vko2001_test.go +++ b/gost3410/vko2001_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/vko2012.go b/gost3410/vko2012.go index 61db1ec6fc8d158d421d8f1fc9bf225c50ef6a2b08a758ed028f6ce758efe565..c8f3e5560a7ffd039ab325768833b1b9d9b6876dd881aa0571eb9abcba526a5d 100644 --- a/gost3410/vko2012.go +++ b/gost3410/vko2012.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3410/vko2012_test.go b/gost3410/vko2012_test.go index 6f81717d597edb2429e9111433ec6584db26b10d35eda422578769f4814892e5..c22f4d68257f7d81b8778f77f848d8b95752e98b9e1a808e195474af68152f19 100644 --- a/gost3410/vko2012_test.go +++ b/gost3410/vko2012_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost34112012256/esptree.go b/gost34112012256/esptree.go index 6c425ddf9c1234f5cff2ced0ae5126a77a7aa5e03b350339626f00ae03ea2dba..2336ed87a39d6782e7b4f5afdafafd47e864c82e6d538432195f8ddb45512c40 100644 --- a/gost34112012256/esptree.go +++ b/gost34112012256/esptree.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost34112012256/esptree_test.go b/gost34112012256/esptree_test.go index 20faa468202a4c6bedeb5e574b284b3750ef492d5d5b431b99878ec4ecab92b2..2fb5d92fba2a4b54d29b1cb591cbe52e9fdda6dd3c44fb77c0d7a844bcaad43d 100644 --- a/gost34112012256/esptree_test.go +++ b/gost34112012256/esptree_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost34112012256/hash.go b/gost34112012256/hash.go index a790d3636cf8bbfb9c590c5dd6cc81615874d8503ed52bcdd7e99afa777355a1..2b561c333e3a2dec2e6f81346b3cad0ccd3969a4a42bab27b3a2cedeabfa8106 100644 --- a/gost34112012256/hash.go +++ b/gost34112012256/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost34112012256/hkdf_test.go b/gost34112012256/hkdf_test.go index a0263f7794b3424c56ac4e9ab2a23badb406eb5024fa82afa951ef3309736cd2..77123ff900b9d480d571c069c94e0888788bd9a10e4ed205a5bae8d3c7d1fc04 100644 --- a/gost34112012256/hkdf_test.go +++ b/gost34112012256/hkdf_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost34112012256/kdf.go b/gost34112012256/kdf.go index d9a838a56d2d6c7673e80a270f700985d8c906b274c4d0f551c2007dc497bd0f..67164aa6a584f705c6d46a98d02d04a726b70498f5975a6ea060fba9d894f822 100644 --- a/gost34112012256/kdf.go +++ b/gost34112012256/kdf.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost34112012256/kdf_test.go b/gost34112012256/kdf_test.go index a54c03aef061f75cb506247031da9c131ecf4e7a0c2cf1b1bb54a819a3ee8170..455d3db1a4760641be0496b9e5bc45940fa700f217c7afb99b4489438d39d9f8 100644 --- a/gost34112012256/kdf_test.go +++ b/gost34112012256/kdf_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost34112012256/tlstree.go b/gost34112012256/tlstree.go index 7681e43d8bfff58933f79694b6fe3aca7141be6d009356be348504492fc2ea8d..adfda68cb7c7cbdfb31a35afbacc6408c9daf8bd6ac65d552f94905ac5d3f17d 100644 --- a/gost34112012256/tlstree.go +++ b/gost34112012256/tlstree.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost34112012256/tlstree_test.go b/gost34112012256/tlstree_test.go index 118aceadd258b71399e3adf2e39e02a56e1160e503b37ffc31b0be6eaad77b12..66dcd1b2b855bd442cfb71338e600dedcaf503ba44bd01de4cafb5d0ebc06922 100644 --- a/gost34112012256/tlstree_test.go +++ b/gost34112012256/tlstree_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost34112012512/hash.go b/gost34112012512/hash.go index e7fb1a76b5ccb4c21d2e21d0bac94b7d182b4299b4ec7da109becc4da3604c0b..35efab2e91ddad2f8ff8553324ba4b8717f0c21356370f018091847366d3525d 100644 --- a/gost34112012512/hash.go +++ b/gost34112012512/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost34112012512/pbkdf2_test.go b/gost34112012512/pbkdf2_test.go index fa5a7d1f20293e3631d2f2f5977faa3e2685b8132ea58600d5aef3f893328b0b..125ab340a3a6aaa60f69a510eb7a8a8e6c3d41b9167e6af0c44930d9e076ddb7 100644 --- a/gost34112012512/pbkdf2_test.go +++ b/gost34112012512/pbkdf2_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost341194/hash.go b/gost341194/hash.go index 85cc9ebf32d85123c5ae5a98136252708ce9ed80bea7097caae644098a6fac58..67ab3dc6ea65b2c307abe123e8d8d9cfa693b60cf71bc1a1c10bb541c69d862a 100644 --- a/gost341194/hash.go +++ b/gost341194/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost341194/hash_test.go b/gost341194/hash_test.go index 10953661055cb5df01d238b86bf543df01a034eee8cd329bb14fc8ea9c63a80c..eae0b430439b2699dced8c4c206d6cbfdcf653351c92628f32edbbf4a41cd315 100644 --- a/gost341194/hash_test.go +++ b/gost341194/hash_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost341194/pbkdf2_test.go b/gost341194/pbkdf2_test.go index 1137b98025a12b0eefb721d38f91d2f96fbbb256d5b033d2f0614c49381d61bb..b3318b662cb114a4574e130075e4f6700f2b4f90e523f44ab80b774e46c8aaed 100644 --- a/gost341194/pbkdf2_test.go +++ b/gost341194/pbkdf2_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3412128/cipher.go b/gost3412128/cipher.go index 877003434e7faa06fbe192067c2a3bd56cb48eb79273e7ab748ad0a903e1274d..c1bb4a1cca3c9b5437368dbcdf5e84899f367f69dd6301dbbfdfab17da691684 100644 --- a/gost3412128/cipher.go +++ b/gost3412128/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3412128/cipher_test.go b/gost3412128/cipher_test.go index 582b342c34adecd050b289bb9a501e69646d461df6790752b32f14143715ae5c..bafdd0fe7d33a97c63cdd2aa078c6de8299ef659dd07bea1f0a5aa2f022be7df 100644 --- a/gost3412128/cipher_test.go +++ b/gost3412128/cipher_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost341264/cipher.go b/gost341264/cipher.go index 9878cbcbf0bb1775bfa6df0d38388e860afa9fd6bc439b5af385a7ef7b44078a..b469fa70ac3bbcfcb4176895e80c8b7fad565234f3ed04572d5c7b0013a5d17b 100644 --- a/gost341264/cipher.go +++ b/gost341264/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost341264/cipher_test.go b/gost341264/cipher_test.go index 672d36c9bf73ce4523138a9a1009cb9ae60ba71fd643a73d1e761e348dfbed37..e2112065eac5353399575cf348b3e42ac6a6c20d081bfc39dec815fae9cc8c6a 100644 --- a/gost341264/cipher_test.go +++ b/gost341264/cipher_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/gost3413/padding.go b/gost3413/padding.go index d1b41dfbfcfd00b863c2a106a39a8c6da00a29229b371fbc814609d3266b1230..f6fc68a25dc7dba58788dc941b32a2bab79501188bb4c6d1afe8147a0f724862 100644 --- a/gost3413/padding.go +++ b/gost3413/padding.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/internal/gost34112012/hash.go b/internal/gost34112012/hash.go index 4bb681ba7ff894d5db66dad9188a99f0128d1c5588b8e05db252a5433ea27e09..4afebc03c735cf37b6684c4c79b8c2906b2843fcd9f9049ec84b574e1b952d63 100644 --- a/internal/gost34112012/hash.go +++ b/internal/gost34112012/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/internal/gost34112012/hash_test.go b/internal/gost34112012/hash_test.go index de8da9229469edc9fad92114beb8d24ce71b98d5838e76a1f884dd3bfb2835f2..f6211d02290561c2ccfecdb2b9928d0646862ba4243e3ab3ddf9a9efe9b1380f 100644 --- a/internal/gost34112012/hash_test.go +++ b/internal/gost34112012/hash_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/internal/gost34112012/hmac_test.go b/internal/gost34112012/hmac_test.go index df6fda0a48dd3a0947dc9f0d41dce34e56d040ec713972b55528518ead5af177..c06f320c9336e2363beeef9d07de21ac92a1c3439f7ad39406074497e401ab8e 100644 --- a/internal/gost34112012/hmac_test.go +++ b/internal/gost34112012/hmac_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/internal/gost34112012/marshal.go b/internal/gost34112012/marshal.go index 479ecfe4827af4a07a8c0e34cd3a627d2cb32f268e9419fc9c580c62d39fe6ba..2b5b8992a11e16b622292f5411a0d76e5cd7ccf5dbe30d8f168fbf3bb86e7a8c 100644 --- a/internal/gost34112012/marshal.go +++ b/internal/gost34112012/marshal.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/mgm/mode.go b/mgm/mode.go index a4b6add84358a0581671e2fa0d0c020edce26ac54dfcb80a51e933b83c473aa4..293104d99c269454fcadcfca265810f4f376ee4891faf6f2d41cd479352e7fc0 100644 --- a/mgm/mode.go +++ b/mgm/mode.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/mgm/mode_test.go b/mgm/mode_test.go index 97d8d662f181252726bcf84b8720dd8929744be2ffe988ba926efd774c69f4eb..5d5d7293523f3bfba5668c3597091ed0b9128692d596f2c54f380a1d9693a23b 100644 --- a/mgm/mode_test.go +++ b/mgm/mode_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/mgm/mul128.go b/mgm/mul128.go index 6bb87f3115187b44d30162790ebfb9b93acb3c95b36cca87cff8bccb57ae4589..219434abc22f2132d6e613f634d80fd106cfbf002632d33a2e6e77181bf57a78 100644 --- a/mgm/mul128.go +++ b/mgm/mul128.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/mgm/mul128_test.go b/mgm/mul128_test.go index afbd675922eb28a0b68ef5ab15b1db1c37187317f2267b9ceed3ce87354f23e1..da124089d5d5821489401d650b1fc68063efd5bb8e4d6fe67609b5af44cc6de5 100644 --- a/mgm/mul128_test.go +++ b/mgm/mul128_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/mgm/mul64.go b/mgm/mul64.go index dcb7f515f7298007f2802de1583696e4d69c17514d9a52c340a55ba10f7cb513..b73118a39f6a22691d2dbce8afd18c324ff9e05ae1a1fe87f27082f9c2fa50b9 100644 --- a/mgm/mul64.go +++ b/mgm/mul64.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/mgm/mul64_test.go b/mgm/mul64_test.go index 204683fd767111c82661b8bb221198dce4cadc11ca194debc5198b0494fb6229..a98141a8987978dc0c23d53029ee1aa12fd1c2913e344dcb0c34b51bcd0f5106 100644 --- a/mgm/mul64_test.go +++ b/mgm/mul64_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/prfplus/gost.go b/prfplus/gost.go index 55b077f6d68a5ed48d455775ef67a8a0998be1803ea0dec00b25b09e95194205..ca9d65918c0f85e965ebcc95170a2e50d0d7dffecefe444bc06569783884a61c 100644 --- a/prfplus/gost.go +++ b/prfplus/gost.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/prfplus/gost_test.go b/prfplus/gost_test.go index 4f6bb6f9d681ede945ce5d96f538713128a32ca344c59c56f28a9c65d2e13ad1..2d816f71598446d03ba9acd43ee930f0e7cf9841772794378a95cb311f3efa35 100644 --- a/prfplus/gost_test.go +++ b/prfplus/gost_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/prfplus/plus.go b/prfplus/plus.go index fd19dd6277218371dc185d8872ccfcac8c309ec5b28f06d24e256300b538f519..34a14ff4de5d79a636356f1961772f6b81f39e834c49e23df79265d95fa2b49b 100644 --- a/prfplus/plus.go +++ b/prfplus/plus.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2025 Sergey Matveev +// Copyright (C) 2015-2026 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 diff --git a/www.texi b/www.texi index 87e83191f7a2c413af0649920318646ffa54e8ca814bef24322f1565db3ca791..34342190842f6ba05da7fb65fc49f85975dc46e3b44779ba2c2a92197be6a242 100644 --- a/www.texi +++ b/www.texi @@ -3,7 +3,7 @@ @documentencoding UTF-8 @settitle GoGOST @copying -Copyright @copyright{} 2015-2025 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2015-2026 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top