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

build: bump k256 to 0.13.2 #76

Merged
merged 9 commits into from
Dec 9, 2023
Merged

build: bump k256 to 0.13.2 #76

merged 9 commits into from
Dec 9, 2023

Conversation

RajeshRk18
Copy link
Contributor

Resolves #70

rust-k256/src/lib.rs Outdated Show resolved Hide resolved
@0xmad 0xmad changed the title Bump k256 to 0.13.2 build: bump k256 to 0.13.2 Nov 19, 2023
@@ -106,7 +105,7 @@ impl PlumeSignature<'_> {
// don't forget to check `c` is `Output<Sha256>` in the #API
let c = Output::<Sha256>::from_slice(self.c);
// TODO should we allow `c` input greater than BaseField::MODULUS?
let c_scalar = &Scalar::from_uint_reduced(U256::from_be_byte_array(c.to_owned()));
let c_scalar = &Scalar::reduce_nonzero(U256::from_be_byte_array(c.to_owned()));
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you need to run cargo fmt and cargo clippy.

@0xmad
Copy link
Collaborator

0xmad commented Nov 19, 2023

@RajeshRk18 please rebase with current main branch so PR has only commits related to this issue.

rust-k256/src/lib.rs Outdated Show resolved Hide resolved
rust-k256/src/lib.rs Outdated Show resolved Hide resolved
@skaunov skaunov dismissed their stale review December 9, 2023 16:12

@Divide-By-0: "look i just want to merge something that works and move on for this, it sorta is an irrelevant thing since that value is almost never 0"

@skaunov skaunov merged commit b018d85 into plume-sig:main Dec 9, 2023
7 of 11 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.

Upgrade k256 in _rust-k256_ to "~0.13.0"
3 participants