sander / hierarchical-deterministic-keys

Hierarchical Deterministic Keys for the European Digital Identity Wallet
https://github.com/eu-digital-identity-wallet/eudi-doc-architecture-and-reference-framework/discussions/282
7 stars 4 forks source link

Abstract over key() and expand() #32

Open sander opened 3 months ago

sander commented 3 months ago

Depending on the ciphersuite, there may be different constructions to derive both a key (pair) and a salt. It is not clear if key() and expand() are the best abstractions, or if we need to for example have a more generic keyAndSalt() function.