Added support for signatures based on HD BIP/SLIP.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2023-05-26 18:07:06 +02:00
parent c6c00e7e43
commit ee3ee21e40
3 changed files with 34 additions and 1 deletions

View File

@@ -58,6 +58,7 @@ extern const uint8_t sc_hsm_aid[];
#define ALGO_EC_DH 0x80 /* ECDH key derivation */
#define ALGO_EC_DH_AUTPUK 0x83
#define ALGO_EC_DH_XKEK 0x84
#define ALGO_HD 0xA0
#define ALGO_WRAP 0x92
#define ALGO_UNWRAP 0x93