]> Cypherpunks repositories - gogost.git/commitdiff
Raise copyright years master
authorSergey Matveev <stargrave@stargrave.org>
Tue, 30 Dec 2025 11:00:43 +0000 (14:00 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Tue, 30 Dec 2025 11:00:43 +0000 (14:00 +0300)
63 files changed:
cmd/cer-dane-hash/main.go
cmd/cer-selfsigned-example/main.go
cmd/streebog256/main.go
cmd/streebog512/main.go
gost28147/cbc_test.go
gost28147/cfb.go
gost28147/cfb_test.go
gost28147/cipher.go
gost28147/cipher_test.go
gost28147/ctr.go
gost28147/ctr_test.go
gost28147/ecb.go
gost28147/ecb_test.go
gost28147/mac.go
gost28147/mac_test.go
gost28147/sbox.go
gost3410/2001_test.go
gost3410/2012_test.go
gost3410/curve.go
gost3410/edwards.go
gost3410/params.go
gost3410/private.go
gost3410/private_test.go
gost3410/public.go
gost3410/ukm.go
gost3410/utils.go
gost3410/vko.go
gost3410/vko2001.go
gost3410/vko2001_test.go
gost3410/vko2012.go
gost3410/vko2012_test.go
gost34112012256/esptree.go
gost34112012256/esptree_test.go
gost34112012256/hash.go
gost34112012256/hkdf_test.go
gost34112012256/kdf.go
gost34112012256/kdf_test.go
gost34112012256/tlstree.go
gost34112012256/tlstree_test.go
gost34112012512/hash.go
gost34112012512/pbkdf2_test.go
gost341194/hash.go
gost341194/hash_test.go
gost341194/pbkdf2_test.go
gost3412128/cipher.go
gost3412128/cipher_test.go
gost341264/cipher.go
gost341264/cipher_test.go
gost3413/padding.go
internal/gost34112012/hash.go
internal/gost34112012/hash_test.go
internal/gost34112012/hmac_test.go
internal/gost34112012/marshal.go
mgm/mode.go
mgm/mode_test.go
mgm/mul128.go
mgm/mul128_test.go
mgm/mul64.go
mgm/mul64_test.go
prfplus/gost.go
prfplus/gost_test.go
prfplus/plus.go
www.texi

index e0e9eedc9159b7ad18bc093faf1727eeda0251e1..dd47d1f4240474783b45637cd4484db527f47317 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 5e19ad6e24e0ee18941499a9dc4e747f8302bb84..4d2d8692c368454a3b8e220465111fb5d17edb68 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index f989a6da13e30ec4c7699c91883ce08d5fc29d50..a7a7ac059a7ca0437e2c9fd5d83644768363e2b2 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 45f6ef76aab68e1496e88644cce3f27eb51e64cb..facedbcfacb0d1838c91d8ec2cf6d9666c6d0385 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 11bebda6c59b69f832903a08fdb9197e02acb47c..59eb48a51de3cc511808886c3bfefb80feb53bff 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 4312575f4cb8ff5cc59144fe56c351bcc729b0dd..6cbb268ac1de997d43bdee68ba322253eb165ab8 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index d327db0b3a977b2523e4846776cb721c332fcdfc..b468aa6ad03c9c63407ee9b18b43e4d9064f1fde 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index f4dd3e8c2d98b774b0a9b403c47a3830c2520bee..45dbfc5ec87061d283f9262f5ac401d532ace289 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 02b7261ea58f64095af7ff7a7d8da2540d2bb6d3..f49ff83133c080cf56dc020c370e4ecfcdfa6292 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 07cfcf7781b2d956aaac8c8f36a78e159180de53..6f76b39db8fcff18c2f3fdacd1a7a19b497cb0ca 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 195786f699ea8d31009c8e45c1ad4ab4c97f1d1c..25151edcde7a5e5a40a66c990e42a5a94f76693d 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 5d0d34e810f322d560b9ce1e64c0afe6d23182a5..34a1cbef3cc848708d01979eda82f52c5193fd18 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 3869bbc1bbd1b2ad4ca022a933f972a473b81f24..ff7fe9c9c7b2967f5e0d71454537f53114c45132 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 6fe039d88c988635a8650d61a4e9addb42dfd1ba..4468196efc24a5cbb22ab8e58eb468469f557140 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 69f734286207d57b685aa9ccaa7704d0a1e71db4..8158a867fd0606bd0696cc92050eaa4097af380e 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 5f43a48e3f08cca4701a88aa5ed77aff59b58549..ca727d0e1d3b28a2798b3abe9a152739de7a97a0 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 079fd20609c023f93682503ce301ac8b1882556a..cd916d6da32c234b9938b45932686a1d70b69865 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 0b8fe13620796c18761e83e82edd7000850513d7..4179d8d5ccc212eaf182b74acc0195a7a2565677 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 2f589a02fef36a03a486971695b656fedb17f0fc..51899c9133fd34d8fe9fe6cefb8d8d0d74398e8f 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index c91e6bfe4f6148751e9db20bd36bf1227ff69f12..4145093dbdcfbc81bfd89aac5c6e5e68be4f9944 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 229d671e9c10800ffd5b69cb59f4a6cf08a0da51..79b51b1cd7a478b51148eae0cb79474494f9075d 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index ab03e4d1bf96bd5874d590840f485c6492b8da3a..11eac4334fb182e5230b2968c99c9b5c746f9547 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 28e195bc7eadf20b327f14519218d469bf7ef216..57be35842adb29a6707cb8616f7b77efaa0fbb37 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 932885912ccf2f6e09c30dbb297a3638b9360564..7b85b3f241bca80a2efcc3c0209189195f5d47ee 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 804520ea22f6c408eaa8fe8fc39b606e013b4115..9c00eba313d5520090f733d95bfa29e4d7fd6cc2 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 2c64d0230f6c95f69d56f5e9208d36fef9afd2ca..1716c138eea96476e0a91ad6fce979c699f46e94 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 654307418b4554706db9cce45f20c3b2f0869fb6..e4ebc1204e08e2aca1e96294b6434c68564745a5 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index f3e77adc3d95f834e3acc425adeec71df2fb5594..93081ebb149877faf8454253a8515de5ac0ae507 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 04dd39488314d4ff4d38e63bb78d1fee72eb7795..1d4efcf00eed9703e302120bcc11e7fa7377c7c7 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index a78deebec400bc7ecee8eefc5b66fcabe5eac4d2..4048238aa36c5f75a86829183280726bd5c54cbd 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 5a12546bf66dab90f078487507094948b304997b..58f2349b47a46cff5656fe16d4ef6120fe42c626 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index ef1a4b862bc382fb45a93e41b144a646ff55fd52..d3adf1cb297cfeff81c671447cb2b0a7a71af671 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 22220c02fe4f8faf10fbb535085bfa9b8f897555..3b4b5784639d8ca2fecaa06ff5443ff4a4ac74dd 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 1c661f7f68a8986b2c33f92e316eb9c1608133ca..fecf491f1a56e180335c2a31b5ab80496e01ce78 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 61af7ecd0581344b82cfa06e11c5acc6b0b681f4..ba41ab15472f3f6e480701a386bc13d2be0ab6a1 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 5a5e569b0005b44ca37060b41db75cee9c4f4aa2..63d4bd1a0164821e022c19aa4988384effe941ff 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index e4deb692b3d1e85ac9538ca8258f8cd8fe922039..500338d4fe10acf6f47ebd94693d17aaddf6116e 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 986a7c7f95d6c80f88e13803feae67bcdf56d1da..7a2fb11043f37b8793dc1949ad67d70245146b98 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index ef20b2fb5d262005af3e9ad6b619d90ad1f7b1ca..8c4794ee460d91b0caa86234d6c02d96a6d2ad09 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 26a75d9a882972e3d06151964dd63e9ae39ec927..a45ba53dfba9044ef47fb4a9d05ca0689c7dd48c 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index e989de18b6db4624a819bf5d735c2967137590ad..38d47870bc39eeea8c537bfec0ee3309b632aa60 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index fcb64dca9b150e793c544d7ed6d81ce5691041d0..2e4a34d4b65f0c0fa8fe9b57290ba4cd104023ca 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 33e6e5095c64f7aebe52ef5b853b4e7f1e6b8d7a..27eff2887e30dfbde59c4b9af5b45aec05be6289 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index ad60f8fa4c65a66086587a50ccdb9f9afb0063f4..27a6d112cde89b35376e79262a4532adce9dd03f 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 9584c0fa48cb9ee5e6ce9a8b669788e3f9104806..91828062f77d08f3b3e04858954847193db38d1f 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index c0d1f8f35ad7e39d7b6904699bcaa3a2398dd80a..166f32c99ff761bef9124fc7f651ff13548338a8 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 58b75d2b2d306959fdcbc2319dc9f86d4b848125..379aa39350c7b26beebe2e414549b2d314cfb39a 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 3ae5e0dd3df36b221b84ac58d0453e8d0366ba92..56598be15642f5b384ec8ac2f4f7bec4f1d9a7b2 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index aa91fb1ed9b3333b366bcd7e4a758e6632189bb2..e07329ff7c44c63b13ded0c4a97175f7b6496580 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index cb7fdc6c51a44a6929bcdc2e45c61c6215c8dbe6..098bf6cf2d7607eadf82f7679509b1a9a8d23933 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 1bd728c11b3f66f62b0ad188795474ad2fd2433f..a3772ac8c80991623fadae493f7329b5d61dd2ea 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index f1c3b742c63e6885aa22685fbd51f751641a703a..29c6bea02fc7b9a3d36bdb543a4776cdb64f32dc 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index f4409ac962addeaf2c6e363189d950bb89748066..2d78bc06ad5d26172af3c5cd7aa9c7db5298e945 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 0c7443481455d734a3c20672b7733dd64b6e7c75..df274342b69cb7b97f93a07b2e584ff4f3534aaa 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index c498c953a92f83e68946cab7fa71c72f18c75912..e82b2e6bd53f76b14a77c92c2404314dc4de6351 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index efdb1733d15f24e88151eb45e18ed02069936e50..16cc5dad19989d06e6e10521f2832843432a4c36 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index cca00d2a465427330c96bc97015f2f7a56b1468e..12265e2ef114b5d2c61bd1b0000af7bc2f2a57db 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 2310d9fd6eab30f67ef955a54757ad2996c8486d..352a9201318843893b269ae4569d47fc1b01e19e 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 2399203aa04c3cfcea115885b599979d1a28146c..50e653715a67bd13684c6d1ddfe338676a3e8a1b 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 1d7fb4dcb639975ca52f165c4ef97254cc9167ed..7922ea242f23f9824bedf7f807f57675cecceb23 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index 39a77126fb0efb6a6e28804426dd8e0bfb3b9780..fc71fca80b607d972d2bcda6a4e73db1a10e7b3f 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index b47eb38feb84fb023d5385ceeaa1dc5be6cc08fb..5b897738340c362bd1917db5b6504469b1b732fd 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2025 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2026 Sergey Matveev <stargrave@stargrave.org>
 //
 // 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
index c9733b1448b0182c392d28921786e55c0ea09e69..1c8e399c7253be8a862280bea4403e10b134af36 100644 (file)
--- a/www.texi
+++ b/www.texi
@@ -3,7 +3,7 @@
 @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