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

Transcript API - Xoodyak vs Merlin vs SAFE #478

Open
mratsim opened this issue Oct 22, 2024 · 1 comment
Open

Transcript API - Xoodyak vs Merlin vs SAFE #478

mratsim opened this issue Oct 22, 2024 · 1 comment

Comments

@mratsim
Copy link
Owner

mratsim commented Oct 22, 2024

Currently our transcript API is inspired by Merlin (https://merlin.cool/)
but a standard exist called Xoodyak: https://csrc.nist.gov/CSRC/media/Projects/lightweight-cryptography/documents/finalist-round/updated-spec-doc/xoodyak-spec-final.pdf)

## Transcripts
We take inspiration from
- https://merlin.cool/
https://github.com/dalek-cryptography/merlin
- https://github.com/crate-crypto/verkle-trie-ref/blob/master/ipa/transcript.py
- https://github.com/zcash/halo2/blob/halo2_proofs-0.3.0/halo2_proofs/src/transcript.rs
- https://github.com/arkworks-rs/poly-commit/blob/12f5529/poly-commit/src/ipa_pc/mod.rs#L34-L44

@mratsim mratsim changed the title Transcript API - Xoodyak vs Merlin Transcript API - Xoodyak vs Merlin vs SAFE Jan 17, 2025
@mratsim
Copy link
Owner Author

mratsim commented Jan 17, 2025

SAFE is also an alternative: #353

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant