You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With each attestation, the Wallet Instance typically needs to be able to obtain:
the device public key
the associated seed
the path to the HDK, where each edge can be represented by either:
an index, or
an ARKG key handle
We may keep some of these data implicit, relying on the ARKG key handle's MAC.
Like in BIP32, we may choose to standardise the representation of the metadata to associate. Note that this cannot completely be included in the attestation's issuer-sealed data, since that would introduce new correlation handles.
The text was updated successfully, but these errors were encountered:
With each attestation, the Wallet Instance typically needs to be able to obtain:
We may keep some of these data implicit, relying on the ARKG key handle's MAC.
Like in BIP32, we may choose to standardise the representation of the metadata to associate. Note that this cannot completely be included in the attestation's issuer-sealed data, since that would introduce new correlation handles.
The text was updated successfully, but these errors were encountered: