mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
enable TC26 paramSet A 512 for GOST 34.10-2012
This commit is contained in:
parent
da2c49ab66
commit
6b9a270506
4 changed files with 10 additions and 37 deletions
3
Gost.h
3
Gost.h
|
@ -15,15 +15,12 @@ namespace crypto
|
|||
{
|
||||
// GOST R 34.10-2001
|
||||
eGOSTR3410CryptoProA = 0, // 1.2.643.2.2.35.1
|
||||
eGOSTR3410CryptoProB, // 1.2.643.2.2.35.2
|
||||
eGOSTR3410CryptoProC, // 1.2.643.2.2.35.3
|
||||
// XchA = A, XchB = C
|
||||
//eGOSTR3410CryptoProXchA, // 1.2.643.2.2.36.0
|
||||
//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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue