sander / hierarchical-deterministic-keys

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

Availability of issuer public key in wallet #3

Closed sander closed 1 month ago

sander commented 1 month ago

In the current HDK draft as well as in ARKG the wallet holder needs to know the issuer public key while proving possession of the attestation-bound key.

We have three options:

If we’re dealing with a tree of keys anyway, we could as well choose to keep the issuer public key just stored in the wallet as local attestation metadata.

sander commented 1 month ago

This problem is resolved as of 06bf213 using the second option. It seems to work well.