sander / hierarchical-deterministic-keys

Hierarchical Deterministic Keys for the European Digital Identity Wallet
3 stars 0 forks source link

Limit HDK-Prove to primitive operation #14

Closed sander closed 1 month ago

sander commented 1 month ago

Right now, HDK-Prove performs the whole ECDH+MAC operation. Instead, by limiting it to just ECDH, it remains applicable with mdoc while reducing likelihood of errors. Possibly, HDK-Authenticate is a better name as it does not yet generate the proof of possession, but just triggers the device key authentication.