Added ECDH tests.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-02-14 11:25:02 +01:00
parent 79d86a335c
commit 407110def4
3 changed files with 58 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ class Algorithm(Enum):
ALGO_EC_SHA256 = 0x73
ALGO_EC_SHA384 = 0x74
ALGO_EC_SHA512 = 0x75
ALGO_EC_DH = 0x80
ALGO_RSA_RAW = 0x20
ALGO_RSA_DECRYPT = 0x21