README | 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 | 2 +- diff --git a/README b/README index 71a15313ca3e3ca3fa66898487c760b4bc4a18577d085dbaa7f128c839357b88..464effc8202545b6e87f063170d558181f332e96a1d4f7c21b85f0b25fdcfbf5 100644 --- a/README +++ b/README @@ -67,4 +67,4 @@ https://lists.cypherpunks.ru/mailman/listinfo/gost mailing list. Announcements also go to this mailing list. Development Git source code repository currently is located here: -http://git.cypherpunks.ru/cgit.cgi/gogost.git/ +http://www.git.cypherpunks.ru/?p=gogost.git;a=summary diff --git a/cmd/streebog256/main.go b/cmd/streebog256/main.go index 4e1f180792a3f5a61967aaa90c81b832fddbaad50771eb41e5d87341ece53edb..a640962a0bfac81e8dc740a3ae87341fcf2fcc8c9b6ac8b562b85f4f8861d325 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 775cfe10a653915841918d30014f83bc17839c2a681f2ee1a6b2fe2b9d2f2b5b..7df50c5657d570056ca018aac4e89b9081b3f519eb6039e17776ff61d1a61484 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 b5e1e9b6a91dd487d7ce6982c2a342b18975b1daa40f925f3b8c6c93492072a9..276c3006d4d310e2a702a6a4b099e3438157946bf56fd15678baa48272b45df6 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 be60c8e534c05a12e5b446f25c543a65571fbc9289cb88f283e3637b32522c0e..33f753dd3d3f2d26b6a4c114c08e04703924788173b546557437d5b64f037f96 100644 --- a/gost28147/cfb.go +++ b/gost28147/cfb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 2569e73f3ff1e189a77281b8d0448f4754a2626e77f0f9203694555c22f30665..8d5645e1da1227b64b3dca33dafff4efeef5d2c4e0ef6fc95a0ee4bc6ae5100a 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 ac7d207760df357fe1345cef6fe7176964c9106046de1d919a7649194e86dfb4..2573d6495c271098e74e245a6f9cbf76cb94fd01fa093a16aa37118c62c9ffd9 100644 --- a/gost28147/cipher.go +++ b/gost28147/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 14adb43cc261a8abeb4ab2f6966dadf692ce722438ece6bf254d89a16ca4930c..b4a59661bdfe971db28705d899a838f71abfe1771f53a986ac5e9410f6aa8134 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 5c8f4c2f607a29c59a921a754d5223249f002c120b0b1f72a9b1a08032209860..a70aeaf44e0300faae39117b3c32a8d2213870edb7d57ba0cbb7551f8c41a1c3 100644 --- a/gost28147/ctr.go +++ b/gost28147/ctr.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 9e1146e0f4429483ed509a922375efed347fe08d4ccc0e4329461e3f2df50c58..862c807acc09ac0ad934857caaded5b5dd85a8b687e5b8a6cdeba880414f9b4c 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 2ad336a4cd8636fc80df59f53e95dac5a00d9e24f686eaadd9cb21be9660caad..636b074a91ea3f30a7540972e28f2761f2913c5dd4385b9981ee140636daad1b 100644 --- a/gost28147/ecb.go +++ b/gost28147/ecb.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 1e3b6c9132dec960bcb9400ffd666bccd1d884a75c1e408dcceda1b9baa27d9f..17753326c3ac8b979237d1d270a0475a2cde5a5b917bee31e7dded2fc47d011e 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 4a10592e67e5cedc7b3042b0694047202cdbe224dbcf2cea49c376ff7c52788f..758ab9bdd66e2c136b083d8b2299dd4de60ff5a04e66729aacc72e51bc02f125 100644 --- a/gost28147/mac.go +++ b/gost28147/mac.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 a4f453a094b972210ef7c6199a7e73ed3bce0caac6508b82ef9710ac3ddc4dc7..68f3260138c96f8bc5f2bf76ce3a2305cbc624e268bfcdb97e5ca53e6e085fa3 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 9334e13748c672217a70241b38419cc7340c87cd7b6b9ba64e006d03cbc0a3bb..4ff6002bb6e042ccef191841b0a6451f91dabc60ce4b5631cd118ee0ac9715a6 100644 --- a/gost28147/sbox.go +++ b/gost28147/sbox.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 60667472551f72e58e368a2067dcadd34d2e142d87c3b516d7c9c1eff76c286e..e7663fa304b4323b5813eeeddc7fd0764687ab61058172c848814d60f0962397 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 ebd27de0c24d9893f37d2fde9c6a206971948f53d650885b4f112d05720e5cea..f4aafa1e2586ed5329d54b514b96183ef42e34cfe412aecdd4cb8810384b0f1c 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 3947212e06f74699ff3444c7100599233be2a67fd6aacc5fde5c9ad9c1631a5e..0bdac6531652b84d0845361fe9a383c06dd6334d545970c17960963788a9ddc9 100644 --- a/gost3410/curve.go +++ b/gost3410/curve.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 28e0bea9632c000addd5c60950f1de88792663fbb32f4faf44673b2a054e0aff..05936c420d8543d8ed4c540459982e1a51f7ff4b16ed6b3e221a61452930f785 100644 --- a/gost3410/edwards.go +++ b/gost3410/edwards.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 cf633458267c97f820375d51e4085c55030b563e60a336627b0e833e974575b3..55cb9273db113bedce92f3932df57a4b04d89458b75ff66db309d2381831bb4f 100644 --- a/gost3410/params.go +++ b/gost3410/params.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 e9106b574c36e0c3c8a1861f747521cf79a593b19d6dc258cf430e88b0f1e171..d34deeb4c11194d8c694c3f097c336aa1ca82b6a177e0ab5b966e25fe69f7d71 100644 --- a/gost3410/private.go +++ b/gost3410/private.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 a9764243d96d27a8e710e2ac0cf63ee9054d6c1b67f4c5359f71f9c37a89f265..b25fe1017faaf9754dd302223c17981c796100aa30acc50cc7b9e6f2cede9db5 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 08eee30f00767392dde50361462929f4d5a1e9effa37dc06c071370718870995..cd7c595af4c81456fe4b525174460a7563fe2c485beec5ee310440a563ad2247 100644 --- a/gost3410/public.go +++ b/gost3410/public.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 5ed9babed64131231c484ce8a6324ebab5c4557001150787b05acaae28524bbe..606533f9ebbd2a9d69f175c9f4c6da6ab0c1b8b478b2a35bbaa1123cd1eccb41 100644 --- a/gost3410/ukm.go +++ b/gost3410/ukm.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 c28062ffca03624efc51dfd942427f80948f047b7c0ac5122e8fcc416aebca2a..18984bb584e3cc97011c10c6af52a75353268612b8f9d0c96d7e4d38b971e147 100644 --- a/gost3410/utils.go +++ b/gost3410/utils.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 e64e7dcb8ece56098ff1e3db86f4f11b91b4fb6fb6b7428cd24642f0e5c24e6b..a2f8896cfd26300436199269cb2480e9b529594789cce7f1dac170ba452ae336 100644 --- a/gost3410/vko.go +++ b/gost3410/vko.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 8ffece872a40f537add7128c9aedefaf3eb13c2663cbd84404ba2e39d2c028d7..707380d32d98c43c727a151f5f4f66239271f65967848e9e3a5421e94ee30a5a 100644 --- a/gost3410/vko2001.go +++ b/gost3410/vko2001.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 b44db1788f387bb5f6abff19ab9645ac3a3c86c9bb4fb8d521eedfb0287d0d35..842a3ec9131f834402d7d19464097945c3abc0e27d5ada51160d734ccd0f48a0 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 8a8699933a68bee96ac87143154aa940a23d5fb8b1d4aadc22cbffcf53005f85..87a37b276350e198ca2be4c4126477fbc33956a7e2f8fa6ac536f269950fa569 100644 --- a/gost3410/vko2012.go +++ b/gost3410/vko2012.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 01f0f98288fc22363b9d15520835c64ba625caccb6ade65e8ebf4f3a28160dbc..b8c3d53e2e427e1af632976bd6a54338d5d564d057a8e8c4c376e4575894590e 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 36986f225f76544fee7025d52b912ea018153e9130cd2c145f5cc39472f633a7..c3834bdfacc48ea214dbc54825c071fd5c71dca8bdbf6ec8fb22652efd833f3f 100644 --- a/gost34112012256/esptree.go +++ b/gost34112012256/esptree.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 a86fd6dbcad71b10b3fd8498eb8156ac23b1ddbe0557bf7f386831daec813429..6ffdda35d72f2bdfc2133472b35c433dc78fd8fee05ed5c501ba9c7a4f069f74 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 d1b8f8e4e38cb0a00d25b5452ba0006befa03d4d0445d6c492e7c88a17dfff70..6ff053ca220d30ea60cafd3dc0d32166cca72e6965ca08e36ffedd0552d080b0 100644 --- a/gost34112012256/hash.go +++ b/gost34112012256/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 9005e6053a0e2d84da598ce9b994276c6adf512baa427b343159d799f55c1aad..07635959ea8698e1add02b488b74fa5678df89a71b5688301050fa3b81d6a8f9 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 5ffbc27cd80ad19c207504c6e4f9dc145d512ab7f7e00d60172109f42817c380..8c00cf14590ccf42df133f296baaa83bf894756ecce4b7f1f5c4ae4fee060675 100644 --- a/gost34112012256/kdf.go +++ b/gost34112012256/kdf.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 cb0acda8d1f0e59e9dc1a7cb6b72dcdc976b05bf98b571329de3fe50e1a35271..9eb286de16909c42f082e85fe290e7401e7e590d24c736c1136f303eb70d1429 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 76e7d30058b49a18d24886e63392e1ce03620f0baba8a13a1cfeaeb4da23fec3..fb27d6d33dcd4fe4360ebd1027be01b2865319b265d92051606f08f1c369a581 100644 --- a/gost34112012256/tlstree.go +++ b/gost34112012256/tlstree.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 a2e5c1fda2134be4e1a3ddd905b87d5f95ce09f850c99c21507ef9480c49a3bf..bbab6754d4e988a67f17b4c506daadea9a08ee7634abfa5b61d7f39069ad90cc 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 26f58514ffc0c59af210db7fef5afaf9535cff8fdd6937539ab108d0623f0e09..bb9a916f39dbd80988314551f5c24a971ed1c77941cd2520c47d0aa1ef2d8d5b 100644 --- a/gost34112012512/hash.go +++ b/gost34112012512/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 595a55d2fbe2a75786f631f7a151a40fb0533a3f926b631f33439dbed06bae6f..0aa7625fef9f5548435c33fd12e47c6f2d790bd5cd5f1657551701b6357715c4 100644 --- a/gost341194/hash.go +++ b/gost341194/hash.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 dad6357c6e57b645856657d3f7f8cd007c39a6d2188327eb5822558575694ed4..79024910deca92d89e45e2aac64a6ab3a784a56e5924af78eddfbc100c7057a9 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 5ca7e10c24a68d0f61b4c13d4d5036e53ff5e4f29d61305e2aa4a6f79d6fc36c..8f124b0d0ecb6215f287cd48f532a75c132f771fdcf69290ca4c7f4646fd794c 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 a462bf1f66572caf291b387d75724418dd5400fc768a28f35559db9630bc7a6b..77d05f3a6874750b1098654b0e9ebe3a644b09aff7632119e0be5f9b6171af0a 100644 --- a/gost3412128/cipher.go +++ b/gost3412128/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 6893c74fde44ec787c9748b49ac589d8d101237be42d95de27bf1148349b1811..c5b4e8b2a854496e2d2c3a13ca4e4493b6531895168883509dc0ccb870574c18 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 1d0e471de8cb022ab1201910c0ad6bcd21cbd3c6a588427482483a722407813e..2bca52edd5354f9813077bfbae5eb4200c8fc993dece9697c71d574ce4dbe7c5 100644 --- a/gost341264/cipher.go +++ b/gost341264/cipher.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 65e38315c5506884eea26a420cac9c803e7b9cde3f07662a1f813a299cb71979..3d4e5cbbb9c6ccdc401dc5354afaf728f3f64f6b55aafa536652cdbbbcc5047e 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 c5a0450883eb06b7baa1f9dbf3122eb6355af1d9691beb8b0c7168966440b13d..7eca41ae8dc9892db70b5c4f3bde9b2913a008fb2312699826fe5cb6b9e3304b 100644 --- a/gost3413/padding.go +++ b/gost3413/padding.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 f21cbe28378915f42e813908ed112f65694ec3ecc8e87c00d27611254309f815..1392b7f8835bc91ae81d7f25a743375b69fde102760b9a790a22b237f5c7364f 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 e1bf1d8d40ed39adf011352fe6380870b9691fce3df92c1b698074379cb8be2d..530613b4fe3f58b4f3251f88669c48e200fa982db04aa57319d44b6d9701ac1e 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 0bf1ec9b267aa761aaf6e4dd7ed8566e58584e6c05ff45d2d346d428108c5578..04599ec2e51109898eb0c449475ecc90b1879d6c6397395520ee8122ede8c086 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 dce4f3c7065351d4a244793954e9b7e2f3e2ed6da83c196290079bbc46069bc4..99fdd42a0b1d714bad774428fb6fb045efd56bd2e1c0aa54ffdd4ef7caa8c564 100644 --- a/mgm/mode.go +++ b/mgm/mode.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 2e5d2c02f1e987249790ace9b97bda53096cd443ee3bfb70273b5b8793b36baf..7697734caa0d8c2d2c489d42e02f73b074b2a5963ffd276079aed03cb31b1a47 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 3b88a4839f26e29b8c2f24365ba22c5e87dc28a853c9e5cb1787ffb438d938db..bca901ec8c7cf5354ffcc992f0bc43a0bd7a4f1485ad76b00bb91292e6d52d13 100644 --- a/mgm/mul.go +++ b/mgm/mul.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 a51f2311fda19e55a1a82b2459ba5f0d2704e5eb94a713d1285d9e45a5c74393..e9608bdb11a356848f5ecdc07866ac467946d80a03a1a8c36d8122efaa965760 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 4e609132479b07c85fff9ec310158dcc4922acb47cfdf00f00af692d841c4ad4..0fc4780c3f5f84ab629c95411decfb0c00e7e19e0f7f541d6114672f2cdff14b 100644 --- a/prfplus/gost.go +++ b/prfplus/gost.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 24e36ae4560bb7c08d4f31c947ff7f9b46f4c467170721a0f705d9b91f2ba4f9..b71a97be9df2803d685902ed22392b23e9d174d781a62ce21d9a2decddc311db 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-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 8eb2526a80a8af83a80aa35bf90602f263d1163ed8684980135803e7c9bdb56d..ada7f292cdec4108acfaa1bb5245402b7fad60abbed13ddb541af332e7b30587 100644 --- a/prfplus/plus.go +++ b/prfplus/plus.go @@ -1,5 +1,5 @@ // GoGOST -- Pure Go GOST cryptographic functions library -// Copyright (C) 2015-2020 Sergey Matveev +// Copyright (C) 2015-2021 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 5afc9312d8805c196b6e82402fd0d0001d17e053940cb445dc26ed0f103d6538..4c50d5c02a97eabfdadaf5e874291c38a203291cb29f77504d184721b42345b7 100644 --- a/www.texi +++ b/www.texi @@ -3,7 +3,7 @@ @documentencoding UTF-8 @settitle GoGOST @copying -Copyright @copyright{} 2015-2020 @email{stargrave@@stargrave.org, Sergey Matveev} +Copyright @copyright{} 2015-2021 @email{stargrave@@stargrave.org, Sergey Matveev} @end copying @node Top