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 260181c9b45838fe573f9bba54feed9a1cb2bcafad2e409a2d973d1a9402e56e..25cf13d9c70bee7c6e86b29cb5cd0215b6819aef7bc1b380293be09380718cfa 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 0b0fb52e709cdb695090b75ab6f5d4f40b13e97d246d680e967cb2f24f43d5a2..30b62a1a9c5fb5830a4d9365a3d4511623d1eb4fe6c2ae7f1de3883c44aaa6a6 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 4944981de1045d84ce239d9dcad1e0ad12aa4d1ecfebb6c8b4ddc4c3896157a1..78fc3bffb9917463378e5eeccd265625cbe3f50aad16311d98f45468934d951e 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 d10aff3b1d3a93bf1bdcad137412b47e60500bab7b1881c0c07b5f0790f13ceb..8f08504151ddccd6f066c7118b503e4b32b8bf5841f9df7f7ac054d3f9d884d3 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 3ce4aaa895479b2cdeadcabbf499ce5ad3998f4002e60ee7e51608256471b762..965721ef32e1a2b80da606889062814effad5a5ab0f2a9e452077e0af50d5bc6 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 a6ee180b79d2b2376d3e53ac9504060c7ed62848e162a2f1fdb1cd58b3ad7abf..64b665e4336356165eb8ff772e26e86d3770b35b0c205452c92ee5093e74605e 100644 --- a/gost28147/cfb.go +++ b/gost28147/cfb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 5ebe1953041f895fda43c9a5ab188b6bb28ed4d0348677805980a23832880fed..28264b0ae25d9ff1ac71640e82334be3714aa1a5638cb0a15f2ecf7cb4fbc2fd 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 0371eb0082b7dbe1e5d57e796550f7a2a54626970fc7b2ce70006fa45ce4cdc2..8774666d11e4692bd845ecaac6b1c33ed3f69f59be7fa8f62f7d4001b13c9905 100644 --- a/gost28147/cipher.go +++ b/gost28147/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 18ae2f8de3806f8fa9da5ee76d354df06f1f4c332fa2dcfd4a65eef8cbfbcc95..d5f0b91da8ff4f5208ff70846a7536770c4c5d18628c89353e0b91cc34af5a40 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 4a6e56d71f062114170d36c7150a6ca5644b710200ceaa710e355cb9d3216dad..066616daab3713f54259787c3f3f32626e5276a298c86916322b52420f087c45 100644 --- a/gost28147/ctr.go +++ b/gost28147/ctr.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 42fffe853df37c8b799ac662af5b7349b7fc377f2d1554e50521fc33342961e2..1d29f292421607f5ea23875c691d99b34c5f89e564a5b75d93632aa95293408c 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 be56d49a57e184af0481843259173566fced092bea20feab0e88ececab6539c7..2b562f81962e50c1172b463e3a2eba38aa23bac6ee1464d5d600160b2cdb41bb 100644 --- a/gost28147/ecb.go +++ b/gost28147/ecb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 bcb0ecb2487b6c792f600f317771c45ca5857d5ea151a7568597d1ca5edf7f7f..b18dd015cb0f0409f3fed21edf31b42830660ec554e5f9cce9bb39617d2ad78d 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 72c6fbc0a7b6092f988166e23813ad3caa3bab1e6b6ba2ebe88cd8edf662ed29..a5b8e81c3ce9efb58f6a1655ebea8bd3f4012d7b50f913810d10feb24c420ed5 100644 --- a/gost28147/mac.go +++ b/gost28147/mac.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 bd19ba25e9c1286ad1cd966cdff3e078a4a3555d7c6fee4f04f148d0b097055a..ee37d478bace111420f4895c941936bfbea32056bcc89fc02e991143c2c04ce2 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 5acd67b9953307c24358c7e2e3d7f079819063a4c492fa1619527c952b95def1..f5a64687c4e1d8e39d114f6af0b3aa5e8168365aa3f6062176b0707d1b5799a6 100644 --- a/gost28147/sbox.go +++ b/gost28147/sbox.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 6660c3cd596787a60ab11d6ba7be91ae221796e83d9f607ba6f0d9ee764426ff..5a4eb0a8578eff9ac2b70d4d766c331d824af35c6d0db0c65817b439e64331d6 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 2b951941f4a9b8f6cb247cb7042bd0d17f3bf8e7b7e11717b25b1f604f9c123c..10486cc7420df539e7201a00bc0a4647a54cdf3d61fcd134f45c63a217dc895e 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 286da3c96c99cc0e9da381f3497438809eeff35eef530b500ab51da8b4d44f9b..7ebac829b09fa68d26a5811d296ea2ddd77d6e4c954e244ca826709c04f4c6a5 100644 --- a/gost3410/curve.go +++ b/gost3410/curve.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 652693c00ce544479a1e1571da4ba56ec24877f228810ae63f373c40a524120c..6e3682bf1cbb38673e207a06430a7ae64214762d2a8ae4f8e91cabffa2ee51d5 100644 --- a/gost3410/edwards.go +++ b/gost3410/edwards.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 4b018aab942453a4f91db00d64ad26ca81bf01e040ffb2001a5b97452029a706..1596baaf398413180e0418eb9381b9d8c429207bdf462096cf814d751b2eacea 100644 --- a/gost3410/params.go +++ b/gost3410/params.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 66ebe4861d8676f0ad38af0c7fd3b11cdbca3b5d1583bfc4ae0cf9608446dfd7..0078f8dc7f400c7944ec51c8bd43be6a7af91281ab4178f3136e94ff4e47daa9 100644 --- a/gost3410/private.go +++ b/gost3410/private.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 6576c919dee74de45a3d10f6cfec59d8781aa6279db9aa6a25489e7a98bce8d2..34a67fdcdbc5d0e00ef14607770a6e1a43d4ce612ccc76e7754a5e88d40df3a6 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 8151cd250c038e5d01c18955c25eca6be31b577db6da45fc4babce0ad55a224f..6cb1cb067f2f8a7f7b24f36b20a5d107a9f8782fe5e705d7c6f745584632be84 100644 --- a/gost3410/public.go +++ b/gost3410/public.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 23e28f020db33fe91a8845752ee82210b26a7321644a4d6a3c98d5b5ca4b14ab..33e427eb66a523625723a0ed750599b6169018e4fca4bbcb10ec27adf5b04d14 100644 --- a/gost3410/ukm.go +++ b/gost3410/ukm.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 1e349db256d5ac2d3b515bada101e49bf934165d6a7c04d743aa925d6466e1ca..0f98b63884842dc98222de45db04a646e9ac77eae47420276cd32b7203becf00 100644 --- a/gost3410/utils.go +++ b/gost3410/utils.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 8378f1d7cd559312511644b72ceda5ff6e4353535505a67e393b59e08a6a311c..a6a6d04cf7b3745683cf4f9f1431a1801fde82a1c541336312f7c7c83a86803c 100644 --- a/gost3410/vko.go +++ b/gost3410/vko.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 08a999fd8d082f57bef0ac04252573680a5e9997f83633b677be7fe7d8110b4f..19fbae0b9ec836838864a9d4bedf633f5225951e09000215aa05145021ef62ec 100644 --- a/gost3410/vko2001.go +++ b/gost3410/vko2001.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 33688e2fa69307192fc688e8c3f8cf4a4f66a197488836c1f090e72e1e152c3f..1ddc993fcde778dc8f767eaeff2895a14e3f68fe8cd56d17cc96b3df5a4d54e3 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 47f4916e8f6098716dbbab447c76bab9b163f6fa3b2d38335065d5f5d5ce320d..61db1ec6fc8d158d421d8f1fc9bf225c50ef6a2b08a758ed028f6ce758efe565 100644 --- a/gost3410/vko2012.go +++ b/gost3410/vko2012.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 6240b96fc9c85e7979cb0e6e65f5230eec49f0312da1cc41d98935fffdb8a9cd..6f81717d597edb2429e9111433ec6584db26b10d35eda422578769f4814892e5 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 045f7cf8afbd697184e69b5a967edaba2ca7c0e9ccbf2a2b82eb4bc0d41925d9..6c425ddf9c1234f5cff2ced0ae5126a77a7aa5e03b350339626f00ae03ea2dba 100644 --- a/gost34112012256/esptree.go +++ b/gost34112012256/esptree.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 94c21d41505f567bc356d208164b2bf14d335f39dab5faac8ba0d39f7636f8af..58b6ffb52b940c169ffa5ea1e1b9d501bcf40ba46bbb5cef56ddcf15bbc8385e 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 7607a52ef7816fb1f61079998a84c1fd7204a35550a255ae6824f7a6c5e30b5c..a790d3636cf8bbfb9c590c5dd6cc81615874d8503ed52bcdd7e99afa777355a1 100644 --- a/gost34112012256/hash.go +++ b/gost34112012256/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 f1726cf9953f364c165b8473cbae46463382188d831faf5ccffd2bc60de919be..2ffa9e842a80a27a6487dbe24dd6899a2a43cfe1feacfe0c3033b403ff2cd723 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 26a332be7531eac8338ae498008ca29689f38082417d7579342d743990856ecc..d9a838a56d2d6c7673e80a270f700985d8c906b274c4d0f551c2007dc497bd0f 100644 --- a/gost34112012256/kdf.go +++ b/gost34112012256/kdf.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 6bd7b520437d1cb44fc5f9f217acaf2ea50f9155c35180d7f86b099c480f9ddb..a54c03aef061f75cb506247031da9c131ecf4e7a0c2cf1b1bb54a819a3ee8170 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 8de8c4527644c44c3bbf7081e09053b5794111d1d78bdbe7fff9c04f4d1d55ed..7681e43d8bfff58933f79694b6fe3aca7141be6d009356be348504492fc2ea8d 100644 --- a/gost34112012256/tlstree.go +++ b/gost34112012256/tlstree.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 1c8be2a9cc93c52fc0bdaf7527e562addd4bbcdfe7524400defb93ec880b5d49..118aceadd258b71399e3adf2e39e02a56e1160e503b37ffc31b0be6eaad77b12 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 deb5e64e718d15989659b8813e51148f7a685eab7c86e44358c649a0f7fb5cad..e7fb1a76b5ccb4c21d2e21d0bac94b7d182b4299b4ec7da109becc4da3604c0b 100644 --- a/gost34112012512/hash.go +++ b/gost34112012512/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 5a53df565b460a696f90e59fb8a0290b86a1b5782714594f760c5763d4944cbf..59dbdd73aaeec35f4e241358a99b09fa9bb1150677bd744d6ccccecba808454f 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 4bf6e68c468945b02283cb9c38ef2807111aac875cbb5eabb5cb252881706d00..f9297e10ec3b8c7a9314692a729545f4d016609d466476efd9ef8ce52b27d309 100644 --- a/gost341194/hash.go +++ b/gost341194/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 29e2b011df7dc892fb71698e048825875368f4045f725b506ddea0b9ae858e98..81383d1fa0cae658530cfeeb1cd69925c6876bfb1219960ec0ec9c49fabef4f8 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 295ee273d8f5f42e1b27e5876b53bb4b31634f004e50baf271a39f3d0ff5febe..f0b0cbd650e0ab81559cffbeb7da0bf1d5d88aa9b67da94329255d30c0cf52cb 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 d49b3139eab612d4b23f53cfe2cc253e810cec1c1fc2414e3925bd1d8a692af5..f53d770b7ef63f78b5e286077213731297a5c4b56d9adfee4d61460ce1c20779 100644 --- a/gost3412128/cipher.go +++ b/gost3412128/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 f8c849de48ea94101005bc503a1bce6f634128e0fc164e997926ea877bfcdfbe..8ceb5d8d47d9adf3ea67d228c1b7550f9f2be7679ddaa699848f6355c40bc278 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 7a226936ccb7891196ec0c95c806fe40cdee615526d65d62b959eb308e570513..bf25a0a897f7e3b48657c42b7f925c6d8ce9f49c32d187fba0bfe0162b22adc3 100644 --- a/gost341264/cipher.go +++ b/gost341264/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 c75675bd9c952d53877fc485ce61306e54e3e32564616c70df55666620c18be1..672d36c9bf73ce4523138a9a1009cb9ae60ba71fd643a73d1e761e348dfbed37 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 8d3ac2b826c8a9012f73e97d1dd949e7c8459d518af69c4bfc3804ed0b9b3f7a..d1b41dfbfcfd00b863c2a106a39a8c6da00a29229b371fbc814609d3266b1230 100644 --- a/gost3413/padding.go +++ b/gost3413/padding.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 5fcc175b6feac3b8cdac5f514331452b16b77317baab46796701d1f45d9dce67..e96221e712f9a40d68c09678d51afa21384f57ff6aff35dd1c18ab9a392397b0 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 a52cb716b9a3ed46c3f0113520b585d29a17b58e5722a8e862be66b648e7a435..7e35a5218b3f32da81c994eab29629c187629abf410e26e0beb505f9ab16884f 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 62d04ec7bb10b341c8f0a0bcb51dbd6057bcbcecd1622a792cdfb8a036a163b4..df6fda0a48dd3a0947dc9f0d41dce34e56d040ec713972b55528518ead5af177 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 1816643d016de01c51ae746f0eae39d44cc5af35ba109cdea03cc24a3b490ccc..479ecfe4827af4a07a8c0e34cd3a627d2cb32f268e9419fc9c580c62d39fe6ba 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 0084bf7ebb880babd22de684aa54b3de55feb82bf174cb1a7ada4ade9e043922..c8e99b23b9a940e830dc2092cd57a465a87a8990f1b1f9b176379090494d6efe 100644 --- a/mgm/mode.go +++ b/mgm/mode.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 608dd118d5431375839a07636b61f754629d4a72376d7319fd7aabc5ecaeb9b2..36f5704db165a7db982b257bbdba42616b484e8e3b26377d3b36b30b1e6452b9 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 098cf3d4378561abba9137d13e60c3c4126d3982ca32e369b5ebe44555e8386d..7e7eda7c425e96f5e97e8355bd51db18920ffdc84885c21c3ca2896da707a0d2 100644 --- a/mgm/mul128.go +++ b/mgm/mul128.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 f87f12b02cf935c4bbbb4136e996c3f0c4a8a82716068cb55b3eb28c04fa0192..191d635314a7bf69a557a7bab302a09846417552d0b0d41dc65ba782d40968e6 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 ebe3891f20e2aacc7c4f8e5fb682441ee6c5d06e5a674e06bcad06e0b81514ed..dcb7f515f7298007f2802de1583696e4d69c17514d9a52c340a55ba10f7cb513 100644 --- a/mgm/mul64.go +++ b/mgm/mul64.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 7cedc744f363ac0ef34b33310a85d58c2ddc6db4fd3b0abd24c8c1ca1f7cd4d5..abb458874423a5be0a77cdbcd6a4e406a276adb6d1bc777c07fd19c061b6c662 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 fb2ab84dc74d9da60aafc4b0bf511f50aedec15b34519485cbafc46c6f552e30..55b077f6d68a5ed48d455775ef67a8a0998be1803ea0dec00b25b09e95194205 100644 --- a/prfplus/gost.go +++ b/prfplus/gost.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 ff3c3232edd83d9d4eaf3c70438bf218d28d18eccc1f2e374a1270205ebcfd53..4f6bb6f9d681ede945ce5d96f538713128a32ca344c59c56f28a9c65d2e13ad1 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-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 6ef4566c501d9583e2ec02248b37ca5e9b2ce97eb310efc9c45b9e6ba7caa954..1029b28734274ee97ef7379e71cc30210d550d16193c0ba37d897e81e392cea2 100644 --- a/prfplus/plus.go +++ b/prfplus/plus.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2024 Sergey Matveev +// Copyright (C) 2015-2025 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 235b45541cf26845a3b5bff26945e34f8d1b2098e86e3631e2acc41e4a8c9d4d..e16c381ab72f3c695218aa0e990fe64d846d3aa347ec89a262d272ba64375cdf 100644 --- a/www.texi +++ b/www.texi @@ -3,7 +3,7 @@ @documentencoding UTF-8 @settitle GoGOST @copying -Copyright @copyright{} 2015-2024 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2015-2025 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top