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: allow bigger c1 constant in OsswuMapParams #1024

Merged
merged 1 commit into from
Dec 6, 2022

Conversation

daxpedda
Copy link
Contributor

Apparently this was need for RustCrypto/elliptic-curves#600. It will also be necessary for P-512. I assume this is a breaking change?

@tarcieri
Copy link
Member

Yeah, breaking change.

@tarcieri tarcieri changed the title Allow bigger c1 constant in OsswuMapParams elliptic-curve: allow bigger c1 constant in OsswuMapParams Jun 28, 2022
@tarcieri tarcieri added elliptic-curve breaking Proposed breaking changes labels Jun 28, 2022
@tarcieri
Copy link
Member

tarcieri commented Dec 6, 2022

The new ff and group are out so I guess we can begin making breaking changes again

@tarcieri tarcieri merged commit d28eb24 into RustCrypto:master Dec 6, 2022
tarcieri added a commit that referenced this pull request Dec 9, 2022
Breaking changes were introduced in #1024, so this bumps the crate
version to v0.13.0-pre to note that happened.

Note that there is no crate release associated with this version. When a
crate release occurs, it will be bumped to `-pre.0`.
tarcieri added a commit that referenced this pull request Dec 9, 2022
Breaking changes were introduced in #1024, so this bumps the crate
version to v0.13.0-pre to note that happened.

Note that there is no crate release associated with this version. When a
crate release occurs, it will be bumped to `-pre.0`.
@tarcieri tarcieri mentioned this pull request Mar 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking Proposed breaking changes elliptic-curve
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants