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

Use FCMP implementation of BP+ in monero-serai #344

Merged
merged 27 commits into from
Aug 27, 2023
Merged

Conversation

kayabaNerve
Copy link
Member

The implementation of BP+ from my work on FCMPs for Monero (https://github.com/kayabaNerve/full-chain-membership-proofs) is written to be extremely close to the paper and exceptionally clear. It's also had a good amount of effort spent on optimizations. While those optimizations were mainly for the arithmetic circuit code, this implementation still appears decently faster than the prior impl.

This adds a BP+ impl not descended from Monero's own, and can much more easily be used to verify Monero's impl matches the paper (as it was an effectively clean-room impl successfully modified to match, without any notable changes).

@kayabaNerve kayabaNerve added improvement This could be better monero An issue with the Monero library/integration cryptography An issue involving cryptography/a cryptographic library labels Aug 16, 2023
@kayabaNerve kayabaNerve merged commit a66994a into develop Aug 27, 2023
13 checks passed
@kayabaNerve kayabaNerve deleted the academic-bp-plus branch August 27, 2023 19:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cryptography An issue involving cryptography/a cryptographic library improvement This could be better monero An issue with the Monero library/integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant