Skip to content

BulletProofs++#928

Open
Daeinar wants to merge 17 commits intomainfrom
bp3
Open

BulletProofs++#928
Daeinar wants to merge 17 commits intomainfrom
bp3

Conversation

@Daeinar
Copy link
Copy Markdown
Collaborator

@Daeinar Daeinar commented Feb 27, 2026

Work in progress to implement BulletProofs++

where
T: Copy + Mul<RistrettoScalar, Output = T> + Add<Output = T> + Default,
{
let mut result = T::default(); // ZERO
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

In case T is RistrettoPoint, this should be done using multi_scalar_mul which is much faster.

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.

3 participants