Skip to content

elliptic-curve: allow bigger c1 constant in OsswuMapParams - #1024

Merged
tarcieri merged 1 commit into
RustCrypto:masterfrom
khonsulabs:osswu-c1
Dec 6, 2022
Merged

elliptic-curve: allow bigger c1 constant in OsswuMapParams#1024
tarcieri merged 1 commit into
RustCrypto:masterfrom
khonsulabs:osswu-c1

Conversation

@daxpedda

Copy link
Copy Markdown
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?

Comment threadelliptic-curve/src/hash2curve/osswu.rs
@tarcieri

Copy link
Copy Markdown
Member

Yeah, breaking change.

@tarcieritarcieri changed the title Allow bigger c1 constant in OsswuMapParamselliptic-curve: allow bigger c1 constant in OsswuMapParamsJun 28, 2022
@tarcieritarcieri added elliptic-curve breaking Proposed breaking changes labels Jun 28, 2022
@tarcieri

Copy link
Copy Markdown
Member

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

@tarcieri
tarcieri merged commit d28eb24 into RustCrypto:masterDec 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`.
@tarcieritarcieri mentioned this pull request Mar 1, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breakingProposed breaking changeselliptic-curve

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@daxpedda@tarcieri