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

elliptic-curve: add ScalarArithmetic trait #654

Merged
merged 1 commit into from
Jun 5, 2021

Conversation

tarcieri
Copy link
Member

@tarcieri tarcieri commented Jun 5, 2021

Add a trait with an associated scalar type which can be used to control the bounds required by this library.

Add a trait with an associated scalar type which can be used to control
the bounds required by this library.
@tarcieri tarcieri force-pushed the elliptic-curve/scalar-arithmetic-trait branch from 7a49a3c to 4928b3b Compare June 5, 2021 23:25
@tarcieri tarcieri merged commit 840a603 into master Jun 5, 2021
@tarcieri tarcieri deleted the elliptic-curve/scalar-arithmetic-trait branch June 5, 2021 23:27
tarcieri added a commit to RustCrypto/signatures that referenced this pull request Jun 6, 2021
The newly introduced ScalarArithmetic trait captures these bounds
automatically:

RustCrypto/traits#654
tarcieri added a commit to RustCrypto/signatures that referenced this pull request Jun 6, 2021
The newly introduced ScalarArithmetic trait captures these bounds
automatically:

RustCrypto/traits#654
tarcieri added a commit to RustCrypto/signatures that referenced this pull request Jun 6, 2021
The newly introduced ScalarArithmetic trait captures these bounds
automatically:

RustCrypto/traits#654
@tarcieri tarcieri mentioned this pull request Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant