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
RFC for deterministic ECC signing: https://tools.ietf.org/html/rfc6979.
Briefly, it differs from the base method by deterministically calculating the k parameter using HMAC, resulting in the same signature for the same data.
Documentation for the used ECC implementation in micro-ecc:
Use deterministic signing, as in: https://github.com/trustcrypto/libraries/blob/419fe44dbd5ab065f118df31881185f32aab0ee7/fido2/crypto.cpp#L190
Source: solokeys#158 (comment)
The text was updated successfully, but these errors were encountered: