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

Rename basepoint-tables to precomputed-tables #499

Merged
merged 1 commit into from
Jan 19, 2023

Conversation

tarcieri
Copy link
Contributor

This is the name we adopted for a similar feature in @RustCrypto.

It's a bit less jargony and also leaves the door open in the future to other types of precomputed tables.

This is the name we adopted for a similar feature in @RustCrypto.

It's a bit less jargony and also leaves the door open in the future to
other types of precomputed tables.
@tarcieri tarcieri force-pushed the rename-precomputed-tables-feature branch from acc6277 to 31381eb Compare January 13, 2023 17:22
@tarcieri tarcieri requested a review from rozbb January 13, 2023 17:30
@tarcieri tarcieri added the do-for-4.0 This should be resolved before we do a 4.0 release label Jan 13, 2023
@rozbb rozbb merged commit 8d1bc31 into main Jan 19, 2023
@tarcieri tarcieri deleted the rename-precomputed-tables-feature branch January 20, 2023 19:44
tarcieri added a commit to dalek-cryptography/ed25519-dalek that referenced this pull request Jan 20, 2023
rozbb added a commit to dalek-cryptography/ed25519-dalek that referenced this pull request Jan 20, 2023
)

* Add on-by-default `fast` crate feature

Disabling the feature reduces overall code size at the cost of
performance, which is useful for e.g. embedded users.

This feature transitively enables the `basepoint-tables` feature in
`curve25519-dalek` where the basepoint tables are actually defined.

* Consolidated a lot of verification code

* Bump `curve25519-dalek`; use `precomputed-tables` feature

The feature name changed in dalek-cryptography/curve25519-dalek#499

Co-authored-by: Michael Rosenberg <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
do-for-4.0 This should be resolved before we do a 4.0 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants