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

Migrate to ff 0.13 #94

Merged
merged 4 commits into from Mar 20, 2023
Merged

Migrate to ff 0.13 #94

merged 4 commits into from Mar 20, 2023

Conversation

str4d
Copy link
Member

@str4d str4d commented Mar 18, 2023

This migration didn't technically cause an MSRV bump, but we also raise MSRV to 1.60 to accommodate blake2s_simd 1.0.1.

Copy link

@nuttycom nuttycom left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK

I paired with @str4d on this implementation.

- `blake2b_simd 1.0.1` raised its MSRV to 1.59.
- We are standardising on 1.60 in similar crates.
const MULTIPLICATIVE_GENERATOR: Self = Fr(Wrapping(5));
const ROOT_OF_UNITY: Self = Fr(Wrapping(57751));
const ROOT_OF_UNITY_INV: Self = Fr(Wrapping(12832));
const DELTA: Self = Fr(Wrapping(38779));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have not checked these constants (which are only for tests).

Copy link
Contributor

@daira daira left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

utACK. There is an intra-doc-links lint that should probably be fixed (non-blocking).

@str4d str4d merged commit f709d9f into main Mar 20, 2023
16 checks passed
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.

None yet

3 participants