Skip to content
New issue

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

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

Already on GitHub? # to your account

bp256+bp384: split brainpoolP*r1 and brainpoolP*t1 curves #286

Merged
merged 1 commit into from
Jan 30, 2021

Conversation

tarcieri
Copy link
Member

Brainpool defines two curves at each modulus size (256/384):

  • A "verifiably pseudo-random" curve: *r1
  • A "twisted curve" (more efficient): *t1

This commit splits the bp256 and bp384 crates into r1 and t1 modules so each crate implements separate types for each curve.

Brainpool defines two curves at each modulus size (256/384):

- A "verifiably pseudo-random" curve: `*r1`
- A "twisted curve" (more efficient): `*t1`

This commit splits the `bp256` and `bp384` crates into `r1` and `t1`
modules so each crate implements separate types for each curve.
@tarcieri tarcieri force-pushed the brainpool/split-r1-and-t1 branch from 70e7f30 to 17be77d Compare January 30, 2021 02:06
@tarcieri tarcieri merged commit 4aac4d3 into master Jan 30, 2021
@tarcieri tarcieri deleted the brainpool/split-r1-and-t1 branch January 30, 2021 02:09
@tarcieri tarcieri mentioned this pull request Jan 30, 2021
11 tasks
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant