VERSION | 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 +- 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 +- mgm/mode.go | 2 +- mgm/mode_test.go | 2 +- mgm/mul.go | 2 +- mgm/mul_test.go | 2 +- prfplus/gost.go | 2 +- prfplus/gost_test.go | 2 +- prfplus/plus.go | 2 +- www.texi | 4 ++-- diff --git a/VERSION b/VERSION index 5501cdc013972763f9b772b23f34c1821f2ccadc6a13b5b155b837b1752b8cd5..b59ab5ae0368bb0ecf2fbc8c3ba157f4cb20c9c34b16041334e9abdf2f906b51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.2.0 +4.2.1 diff --git a/cmd/streebog256/main.go b/cmd/streebog256/main.go index 57761c1850357ecd6fc732af4b28d04d6fddd32e2a9658a44a6b391e960908a9..5fc2c972f06413be4904c2da53a4a4cdff6366dd27966ae021e48d507d3a6209 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 4418ae0ca37ad07b4b79353fa1795f37c401703d82d97de5a15fed7c3d6de821..4d1a319baacc8a431444de2bd9a792718f2a7eec1dd4fff6fcb4ef0d75e9e864 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 a72921a1878730509c895007cbae24c3dacf59d22de28b866fab0fad0367921e..b5e1e9b6a91dd487d7ce6982c2a342b18975b1daa40f925f3b8c6c93492072a9 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 65d46701515e9fe3822d880f3923928c6cbb2fe536fc0cf8d64bedb425610ae4..be60c8e534c05a12e5b446f25c543a65571fbc9289cb88f283e3637b32522c0e 100644 --- a/gost28147/cfb.go +++ b/gost28147/cfb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 3287a73da1f45183a3cfa049e546857510b1bb168a2cc195b2a9d3442ac67596..2569e73f3ff1e189a77281b8d0448f4754a2626e77f0f9203694555c22f30665 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 9ba3c2a5c5c8b1875643bcd30b5de7f280eb2686d334defd3fd161f28b145e22..ac7d207760df357fe1345cef6fe7176964c9106046de1d919a7649194e86dfb4 100644 --- a/gost28147/cipher.go +++ b/gost28147/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 9d4aa1af62d1229304dfb9dc60056e60c6b9547da1139cb8279a79bcc7a29daf..14adb43cc261a8abeb4ab2f6966dadf692ce722438ece6bf254d89a16ca4930c 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 7298c16735daabb3df8219cedf37985d94f89345fcf6951c06fb293b7b4dfeba..5c8f4c2f607a29c59a921a754d5223249f002c120b0b1f72a9b1a08032209860 100644 --- a/gost28147/ctr.go +++ b/gost28147/ctr.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 f8a89a5613becc61d43fbad3a98b00193dd9c457264459b1220303208c98dd5f..9e1146e0f4429483ed509a922375efed347fe08d4ccc0e4329461e3f2df50c58 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 ced0c7f0e05c9290ebfdc5d2abb7fc01914f8f5085c7d426c3988322bed046ab..2ad336a4cd8636fc80df59f53e95dac5a00d9e24f686eaadd9cb21be9660caad 100644 --- a/gost28147/ecb.go +++ b/gost28147/ecb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 c923ca05eefffbe55b8e2ffa579ec3885ebeb323b2e2e1ce5be294802f5a4ab7..1e3b6c9132dec960bcb9400ffd666bccd1d884a75c1e408dcceda1b9baa27d9f 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 aa03c0d8cc54f81a5e4ba77b0cf66e56b4b31aa89ea5ed836c1d640a8653a55d..4a10592e67e5cedc7b3042b0694047202cdbe224dbcf2cea49c376ff7c52788f 100644 --- a/gost28147/mac.go +++ b/gost28147/mac.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 fa17eb8bc56355d825f035fd3ca3c316fabdbcf3f9ca74f7a3a80fa3300df8ad..a4f453a094b972210ef7c6199a7e73ed3bce0caac6508b82ef9710ac3ddc4dc7 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 7768a55412e2f68924d12d1d7b5f4b9b01710ec9e71c1586b0d27c2dcbeb5787..9334e13748c672217a70241b38419cc7340c87cd7b6b9ba64e006d03cbc0a3bb 100644 --- a/gost28147/sbox.go +++ b/gost28147/sbox.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 af080702d1340164b3f40c427404e73b2c641d058ca9f2daf795b3cf79a99871..321cc0c2a6551fbbdfad5751b6f0163c50acceda4691fd097b94e1085b5eb76a 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 66c876c03e83f0ac262cfb994d20c97769c5ec2a2a506eb1a22a4494b6e58b1f..22911df74ff43e840c55e47147cd7ed4dc3004006ba4f603ad338aa268019498 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 8f8ae9434b3a20c3eedf9ca40e2533846ab2becd1c2f968a6211ebe5b9daf438..e6df87b217b068c0b2609ba3b6cf357e83e1ee85889262eeb304082e32a1fca8 100644 --- a/gost3410/curve.go +++ b/gost3410/curve.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 c37dd3cb2ffc36a42c3f64d3d3f4bb8186e3cb30c0888e109182a3aad910e7c9..28e0bea9632c000addd5c60950f1de88792663fbb32f4faf44673b2a054e0aff 100644 --- a/gost3410/edwards.go +++ b/gost3410/edwards.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 bac6000e2f33a2eb2ed25f29c4deb01860d66567d40fde6005d8ec7747a63994..990f2ce5ba894f242bf3b4511365248e8765713f5b05cd77f54512e292c2d25b 100644 --- a/gost3410/params.go +++ b/gost3410/params.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 c281f2240f0cd8c64a685b37b9ff6bacd6c57b09400bd92726af52b2023544d8..597f229b1d9a787be7d85cf2690961e69f7021fe960d22e34b832086afb8fd1b 100644 --- a/gost3410/private.go +++ b/gost3410/private.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 fd3eac2e03fcd06be4298da935e8fe345cb0a247024b3c34e1c80c58ecb7d840..7256bc425f0c0181561f1281b50147ed45f6a351582fd74cde40bd217771bf0b 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 19a6b8c5389db17b172b470bd52bcb1aed4b02b1a6fe622f0d47246dc1bef64e..70efd878bbf5181629c3df979b34ce72e690dc43800488dfa10fb7bf5a98076e 100644 --- a/gost3410/public.go +++ b/gost3410/public.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 b3e34faf7e62275fcbccb3c8a67c42acaa96705d6a26839be55910448fcf7a49..5ed9babed64131231c484ce8a6324ebab5c4557001150787b05acaae28524bbe 100644 --- a/gost3410/ukm.go +++ b/gost3410/ukm.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 4e82f16db64d69ec46374967f6d1c6ce298e795e32c07cff78fb470c2f70d578..6d84492e7c5fcc703af0cb4d45bcdc37c43cec4e6beb83b1ee3024f19bf54f7d 100644 --- a/gost3410/utils.go +++ b/gost3410/utils.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 28f172b682d2887eea1eb31613e0b5e2cf201f1deab1ed927eb99803fef952c3..e3cc02496c02b2a192dc56c918478819a36527bb773b2123df45759ce12a53cd 100644 --- a/gost3410/vko.go +++ b/gost3410/vko.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 686445cd010309ad1f0da4759fc14d7e89273713cdfa8f98fb89c1fda0977a83..6cf72d9e67032ac8c36738e7c47fe1e9cc53c83785fb7595ad571bc66aa98770 100644 --- a/gost3410/vko2001.go +++ b/gost3410/vko2001.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 44a8bcf75636dabea326838582780eb2f14c4a677869e178234fe9afeeca7334..98217d193f2b3ff50d1c7c99256cad3a64dc53be26a82b3e3a576abaf3281a0e 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 1d0b21bd6720eaef93df01fb228719fd3cbec7e74c6a0f79a1039a243c29471f..bfd0b9c1f93c8e2421e4f242551a730a1b37d29afd8f0298fac2a64b35be9655 100644 --- a/gost3410/vko2012.go +++ b/gost3410/vko2012.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 9cce5072ddac93bfcca3034bbbc4b9a396395581ea639fae9680d23327a08811..90aa481fb99ffbc98467595efcef69709ca8e6686be56284f9e0be8e55c5417a 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 8c1471a7bac3afca8d0a66754d93c6559ea68496ef749ff55dab049994e6b1ea..36986f225f76544fee7025d52b912ea018153e9130cd2c145f5cc39472f633a7 100644 --- a/gost34112012256/esptree.go +++ b/gost34112012256/esptree.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 9497aafa9b228e9c988d18e0a14b7259e9e16ddde18baebcde31566a9f295b40..a86fd6dbcad71b10b3fd8498eb8156ac23b1ddbe0557bf7f386831daec813429 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 c97f10eade0a7e8cd5a974da53b3c9c796ceabaee485b5bf138343d15ed1752a..95584bfe473f8a988f6ff2b9f669165e2094f3c7a233c6a6cb2f3a43db5d2f8b 100644 --- a/gost34112012256/hash.go +++ b/gost34112012256/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 605aa3b7012b8f3924ad59a68655b68f4a5a71e3707270b8c53cffcb8ad7eba1..9005e6053a0e2d84da598ce9b994276c6adf512baa427b343159d799f55c1aad 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 076200fbb038a4f8dadc43a6e7180b9968d4bce49fff050179b77c798b633729..baa15e3629b48d286e972cf198aa0425abcaa82d25eec1c297b47b5b1a15be50 100644 --- a/gost34112012256/kdf.go +++ b/gost34112012256/kdf.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 882970bf980edf7132d20e694b6713fab38dfe572d32ee4b1e1a375b65a9a4b0..cb0acda8d1f0e59e9dc1a7cb6b72dcdc976b05bf98b571329de3fe50e1a35271 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 3fa601b0ec0f48fb54670a36f6ab18b80ee90cd13b0d5ef03353523250789ec5..76e7d30058b49a18d24886e63392e1ce03620f0baba8a13a1cfeaeb4da23fec3 100644 --- a/gost34112012256/tlstree.go +++ b/gost34112012256/tlstree.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 b92cace3b081276377f0a8bdddceab47aef43c95f0035d7b14c4484091061f83..a2e5c1fda2134be4e1a3ddd905b87d5f95ce09f850c99c21507ef9480c49a3bf 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 38a16d4386e78b5e4d325c66a725994a9e1c7ad5366dbe6f3223e23b280464c5..43933dfd035fb4d908205b49c48eaa331072c6538e81b935edc4430564e0d9f2 100644 --- a/gost34112012512/hash.go +++ b/gost34112012512/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 70f3f36219b9406c4a5e73301112091dd6d5185e2448c219c5bd882c65711c11..bdc5d1430c802faa8d58409451664408d48723fd432fdff3aa78af17155aa59d 100644 --- a/gost341194/hash.go +++ b/gost341194/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 4aeb4853a7b1132542961e8c69aa531fb03fcbedcaa628877d8776907ebe4801..fb3c187c240003b342014b2dbd2e33fac06c651c7ba2708b327372eb1a8107d7 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 b8c88261af7278342641aaa1e3fb20b6aca9cc086818e869e87a5b4771e5c564..a451bbe16f106c847ad154a1762e8fa073d7c729ce8568ed2053e2903b5c82c2 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 76a6f809d9b6c0c4708985f5d99f33c7991fddb75ae41ec7564abe5715bb333a..a462bf1f66572caf291b387d75724418dd5400fc768a28f35559db9630bc7a6b 100644 --- a/gost3412128/cipher.go +++ b/gost3412128/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 eadefebdf68103c13b3a6fcd9ad38ed650c9bcbf553662e95c8660a3fb8a0550..6893c74fde44ec787c9748b49ac589d8d101237be42d95de27bf1148349b1811 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 9b4cbb3f79104a87543c06cefd21f6885cbc1a66dd42f4a738dc26fa599b5f42..3ef992d9e19d5b062446730e022ffc45a70709b0af3c0442d029e36be80b71db 100644 --- a/gost341264/cipher.go +++ b/gost341264/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 b822e73745c858eb5006ef457cdef9547202ca02e3b237af5c48d95fd70e929b..65e38315c5506884eea26a420cac9c803e7b9cde3f07662a1f813a299cb71979 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 c4d2c0ee7ff1c01154126e44005d6d1ce6edceeb7bd21614a74de018684d231e..c5a0450883eb06b7baa1f9dbf3122eb6355af1d9691beb8b0c7168966440b13d 100644 --- a/gost3413/padding.go +++ b/gost3413/padding.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 e05e70e301b53834f5176a1c4efa85a4bcf3cecd5bb9edc249f0f2d7d314cabc..f21cbe28378915f42e813908ed112f65694ec3ecc8e87c00d27611254309f815 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 7f0697ebe5ea015c0caf788ab476565aee1177c1436b61e22f3399b59dfb5c32..e1bf1d8d40ed39adf011352fe6380870b9691fce3df92c1b698074379cb8be2d 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 a9df90dc917035499a14e345d44b19b0fb01b08a24e234150736d94d3d7e15b5..0bf1ec9b267aa761aaf6e4dd7ed8566e58584e6c05ff45d2d346d428108c5578 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 7f4fddc216a3955b14611b5e97213acee3d3eb982f5769099b39c543862d3645..dce4f3c7065351d4a244793954e9b7e2f3e2ed6da83c196290079bbc46069bc4 100644 --- a/mgm/mode.go +++ b/mgm/mode.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 3b5aa186648f49da1227361b8df04168913630121e1c8b4123f46946bd71f80f..6b6ba7cf6aa4b89d025057bb91beee3d06a3d388c2db2eeb09dac183d956d4ab 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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/mul.go b/mgm/mul.go index 89019cdd769bd1b7ce38037c60e35271c92f61e57d908b7362fadb9d57bd5410..ad3378ffbc1ee29fc5e7e5e3a8b985c3b62287c1d5339c7f8349f341385a41d3 100644 --- a/mgm/mul.go +++ b/mgm/mul.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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/mul_test.go b/mgm/mul_test.go index db16091fb78d1420b40d4c5f9a1f6c46c557a29b6b50368677fc1d93bf0f27ad..1b0089b2cd16716a20199424e28c68e0db22d5d3803ba27889bb33ddeff9dc8c 100644 --- a/mgm/mul_test.go +++ b/mgm/mul_test.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 ebf7951f2b2d6236dbf76c4ac8f33b2f3cd81f4a2c33f0a3bb2aaa1ca4b19c8d..e6d51dbd46da5b56c3422a03fdd6341cbafc57bf2a9940ab4ede6e2452f7eb99 100644 --- a/prfplus/gost.go +++ b/prfplus/gost.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 292fa85ca6e698da23d70a2121db22ef168e689cd4fcfa55685184683b6947b7..24e36ae4560bb7c08d4f31c947ff7f9b46f4c467170721a0f705d9b91f2ba4f9 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-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 099ebe03cf8aafcd50ab2fa914dae3237c925e67bbc136f43ec312f3e7047c12..8eb2526a80a8af83a80aa35bf90602f263d1163ed8684980135803e7c9bdb56d 100644 --- a/prfplus/plus.go +++ b/prfplus/plus.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2019 Sergey Matveev +// Copyright (C) 2015-2020 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 bea63e0a5bfe3fd15b89a654fdfe7bc2fffe60fe0126271e6b4c056ac0ea28a2..0ec37a8a815c1952ad7d6fa277961b840c82b0f87d61b145f7c5544377d56145 100644 --- a/www.texi +++ b/www.texi @@ -2,10 +2,10 @@ \input texinfo @documentencoding UTF-8 @settitle GoGOST -@set VERSION 4.2.0 +@set VERSION 4.2.1 @copying -Copyright @copyright{} 2015-2019 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2015-2020 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top