]> Cypherpunks.ru repositories - gogost.git/commitdiff
Raise copyright years
authorSergey Matveev <stargrave@stargrave.org>
Mon, 2 Jan 2017 07:59:46 +0000 (10:59 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 2 Jan 2017 07:59:46 +0000 (10:59 +0300)
38 files changed:
src/cypherpunks.ru/gogost/cmd/streebog256/main.go
src/cypherpunks.ru/gogost/cmd/streebog512/main.go
src/cypherpunks.ru/gogost/gost28147/cbc_test.go
src/cypherpunks.ru/gogost/gost28147/cfb.go
src/cypherpunks.ru/gogost/gost28147/cfb_test.go
src/cypherpunks.ru/gogost/gost28147/cipher.go
src/cypherpunks.ru/gogost/gost28147/cipher_test.go
src/cypherpunks.ru/gogost/gost28147/ctr.go
src/cypherpunks.ru/gogost/gost28147/ctr_test.go
src/cypherpunks.ru/gogost/gost28147/ecb.go
src/cypherpunks.ru/gogost/gost28147/ecb_test.go
src/cypherpunks.ru/gogost/gost28147/mac.go
src/cypherpunks.ru/gogost/gost28147/mac_test.go
src/cypherpunks.ru/gogost/gost28147/sbox.go
src/cypherpunks.ru/gogost/gost3410/2001_test.go
src/cypherpunks.ru/gogost/gost3410/2012_test.go
src/cypherpunks.ru/gogost/gost3410/curve.go
src/cypherpunks.ru/gogost/gost3410/params.go
src/cypherpunks.ru/gogost/gost3410/private.go
src/cypherpunks.ru/gogost/gost3410/public.go
src/cypherpunks.ru/gogost/gost3410/ukm.go
src/cypherpunks.ru/gogost/gost3410/utils.go
src/cypherpunks.ru/gogost/gost3410/vko.go
src/cypherpunks.ru/gogost/gost3410/vko2001.go
src/cypherpunks.ru/gogost/gost3410/vko2001_test.go
src/cypherpunks.ru/gogost/gost3410/vko2012.go
src/cypherpunks.ru/gogost/gost3410/vko2012_test.go
src/cypherpunks.ru/gogost/gost34112012256/hash.go
src/cypherpunks.ru/gogost/gost34112012512/hash.go
src/cypherpunks.ru/gogost/gost341194/hash.go
src/cypherpunks.ru/gogost/gost341194/hash_test.go
src/cypherpunks.ru/gogost/gost341194/pbkdf2_test.go
src/cypherpunks.ru/gogost/gost3412/cipher.go
src/cypherpunks.ru/gogost/gost3412/cipher_test.go
src/cypherpunks.ru/gogost/gost3413/padding.go
src/cypherpunks.ru/gogost/internal/gost34112012/hash.go
src/cypherpunks.ru/gogost/internal/gost34112012/hash_test.go
src/cypherpunks.ru/gogost/internal/gost34112012/hmac_test.go

index 7edade2e1249c1a947fcf11f58afd8eca6cda40c..54139f1a68b5de7a853661685020808455c94a0b 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 2e35a5884eb679f1c154e94c758bd203801fac37..f5d28c045245fa73eeea2b56b32ef5aa5a43d91e 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 99ac0586d5c52fcbef4d0d42d691a7e595f11d93..1e967031a8a117f4c00f6f03bf5ff8044dd4619c 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 bf2a71c4a952b87b7b2f040912e6fec4ec1d33d4..5c39ffa8b76195c3e94f4ad7fa7757a5fc9afc41 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 95ee1d57554d70f43e091a21cfac15a7b358e305..13c1209faf122c4b7d7d01ba4049305a7cd08c78 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 2405acd2f954bcc59adc0efe9be092c33a284d92..ef669631bbd5b3d4b61588ba2281ec90b91332f2 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 34053b32653abad343c81e19dd5e6f24cee0296c..297e5fb3ccd0619abba5b50e71b4cdb83bbcdbad 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 77d0950cec50844a2b9087887f7a55c86358af81..1f8803c1737fe1245d64df5c07b589a163c54e84 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 a16800265d4b1af1d612ae0a3323425d722fa396..4ddc31046c1e45a6409d648619150b14f2599d64 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 ee5cb73e44b3dd9eeeeaf77ab898718ff9b4b3a8..571e519d1bc0a32ad8526c74798a526f11bbe0cf 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 b8b2aae3c074c104189d577aff078de7494777b6..10bc715e2730aa1eb5bd18795c5931e4f5c0a5ea 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 304e62274edf2d1525783a21b6e7e0bcc93befb2..0cc8645519c96cafa302a811a3afddf2f9d1b367 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 ff3ac540051af712db58bade746c19fb9843ffca..c00b2b4aaed3bde360e09ea3f671f3a0e3f73030 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 f1394f3fc7e38d71665a1ed9ff0dd0dd5354ef1f..95a9c9fc73d87c5509cf0fcd903224db6f749dba 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 a21c19588267092ea3e3135d9a9f24bde99b6f6c..953b63215abde1f5989a9383373b6e09492443f6 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 2e828473bd003cb056ade61510990ac9bc2be805..9871bf16ca0f87f1a58aa0fe41f35083a6811565 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 fb003752f6f601bf1ccb95cd5407d70581871046..d253d8eea61adea237e7f7dfb63ad249cdd80c4b 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 fea76451e116895b879076dcdfc32c1311ffd7d8..e6bf430f538191b8230b87f1b207daad07528d71 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 d4c5c1e9e7d8015bf67c38c39d50373063ab6596..a1cba81580726cfd2df92fc8cf4518b499af050e 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 c3d1dce938621a6c4b8cd1800a996e7d988535c8..a2dc5d20bf20607647c46c6c608b04f1294bcbfe 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 4295164d1e9d7f6b75767fca462579e778a57edf..0eab3d72cc0d3d030d8fd421f90093bc76bb93b4 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 e35760b4b8fd045bb12a14deff4e6db0f25ce0e7..22268ff1fe42003ea5e3351b82c20119af4c000b 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 b8d53d25468e55370816b35cbfd46696216b7933..7473915c004492b9a40af732018517b75b1361b5 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 85197a1afe5859e70d471bba30d83f7d784efd1a..208eced19eaaa68f577d125cbf082057ee9fc860 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 90a08554cfc7497623d90d0decf808409a47f126..d0c50425a9a489fa171d2807692bdad376fbf9f1 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 d12b51b0255aca00ffb588fe99aab9decde7206f..fd0e081bd52ab14598a9c83c323c1babb52b6344 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 4d5630e5932c52011fe5ec7ed0be1d4f5523b1c3..2b1bdfc228e64367aa318dda990a1046dc06742b 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 45da24525e9163af4e9a6671870c97b40e992e29..983c019f8110509cc711eb15b1ec2c77374635a2 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 e28f951bcad1f51f78b74d2c28602c739fba1e7c..629629c3e27134fdb1a090e9a8d09656bcf68c8a 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 3ad4f7ad86071ebaeaf15a7fc17eba141d163853..51dcbfe15ca157473f94dbca02850ed142d4cfdb 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 2e6960eda5578006d3586e006999895061af0d1e..7d8cfe1c2ad9b68e1b0b1cfc4a3dddd3a6251a65 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 aafa04523e573a00b8a58a6679b2b6137c97b700..7bd02fb638c001aa557f0e7965d9fc6220555392 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 8322727d4a3d6bb6e7edc0411ccf363eea3699c4..8e9e67edca56a27b792d066aca7a80a33a5e9027 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 88aaf9136cf9fe17cc612e7038917a4da240f7ff..108b25e4662f04592beb7053fb1f318d9c8f61e0 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 4b23d0860c5d48f5af50547346b13f17bd71cb56..8c6d9e5edfdad69c1b068fb4ecb1b9c04491b8e6 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 5a8227cd309adc10112888bdd28a539974257bed..5f63a773486a5c000b77556d00c0fa3048e126fa 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 82b99c244be07ace60d3c75fe1eb09636bf1bfb0..1b8b0c7a79d3cba718aac0528be56ceaba26e709 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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 9a238beafb960f7ba82d2ebf154a752d89af0270..730ee1e510a7ccbaf2a0773c19ecddf126425c93 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2016 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2017 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