Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use deterministic signing #16

Open
szszszsz opened this issue May 16, 2019 · 1 comment
Open

Use deterministic signing #16

szszszsz opened this issue May 16, 2019 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@szszszsz
Copy link
Member

Use deterministic signing, as in: https://github.com/trustcrypto/libraries/blob/419fe44dbd5ab065f118df31881185f32aab0ee7/fido2/crypto.cpp#L190

Source: solokeys#158 (comment)

@szszszsz szszszsz added this to the Version 1.0 milestone Jun 7, 2019
@szszszsz
Copy link
Member Author

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:

Implementation discussion:
kmackay/micro-ecc#37

Use example: trustcrypto/libraries@419fe44

@szszszsz szszszsz modified the milestones: Version 1.0, Version 1.1 Sep 12, 2019
@szszszsz szszszsz modified the milestones: Version 2.0, Version 2.1 May 18, 2020
@szszszsz szszszsz added the enhancement New feature or request label May 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant