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

Implementation of core::ops::Shl and core::ops::ShlAssign to deprecate BigInteger::muln() #739

Merged
merged 4 commits into from
Dec 20, 2023

Conversation

hdvanegasm
Copy link
Contributor

Description

This PR closes #738. Instead of removing BigInteger::muln(), I choose to add the #deprecate annotation to keep the backwards compatibility.

@hdvanegasm hdvanegasm requested review from a team as code owners December 20, 2023 20:28
@hdvanegasm hdvanegasm requested review from z-tech, Pratyush and mmagician and removed request for a team December 20, 2023 20:28
@hdvanegasm hdvanegasm changed the title Implementation of core::ops::Shl and core::ops::Shl to deprecate BigInteger::muln() Implementation of core::ops::Shl and core::ops::ShlAssign to deprecate BigInteger::muln() Dec 20, 2023
CHANGELOG.md Outdated Show resolved Hide resolved
ff/src/biginteger/mod.rs Outdated Show resolved Hide resolved
ff/src/biginteger/mod.rs Outdated Show resolved Hide resolved
@Pratyush Pratyush enabled auto-merge December 20, 2023 20:59
@Pratyush Pratyush added this pull request to the merge queue Dec 20, 2023
Merged via the queue into arkworks-rs:master with commit df51425 Dec 20, 2023
37 checks passed
@hdvanegasm hdvanegasm deleted the shl-implementation branch December 20, 2023 21:14
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.

Implement core::ops::Shl for BigInt in place of BigInt::muln()
2 participants