]> Cypherpunks.ru repositories - gogost.git/blobdiff - gost3410/params.go
Raise copyright years
[gogost.git] / gost3410 / params.go
index ebbb9afe6d4f87ec0ebd849a398987ef8e2222a9..426a0ce1039a9f3a03d8b10df6038ecd060daf67 100644 (file)
@@ -1,5 +1,5 @@
 // GoGOST -- Pure Go GOST cryptographic functions library
-// Copyright (C) 2015-2020 Sergey Matveev <stargrave@stargrave.org>
+// Copyright (C) 2015-2021 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
 
 package gost3410
 
-type Mode int
-
 var (
-       Mode2001 Mode = Mode(32)
-       Mode2012 Mode = Mode(64)
-
        CurveGostR34102001ParamSetcc func() *Curve = func() *Curve {
                curve, err := NewCurve(
                        bytes2big([]byte{