tc26 paramSetA 512 for GOST 34.1002012

This commit is contained in:
orignal 2017-03-14 21:15:17 -04:00
parent af2a3f3a65
commit da2c49ab66
3 changed files with 10 additions and 1 deletions

1
Gost.h
View file

@ -22,6 +22,7 @@ namespace crypto
//eGOSTR3410CryptoProXchB, // 1.2.643.2.2.36.1
// GOST R 34.10-2012
eGOSTR3410TC26A256, // 1.2.643.7.1.2.1.1.1
eGOSTR3410TC26A512, // 1.2.643.7.1.2.1.2.1
eGOSTR3410TC26C512, // 1.2.643.7.1.2.1.2.3
eGOSTR3410NumParamSets
};