MCPcopy Index your code
hub / github.com/dalek-cryptography/merlin

github.com/dalek-cryptography/merlin @2.0.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release 2.0.0 ↗ · + Follow
40 symbols 103 edges 4 files 10 documented · 25%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Merlin: composable proof transcripts for public-coin arguments of knowledge

Merlin is a STROBE-based transcript construction for zero-knowledge proofs. It automates the Fiat-Shamir transform, so that by using Merlin, non-interactive protocols can be implemented as if they were interactive.

This is significantly easier and less error-prone than performing the transformation by hand, and in addition, it also provides natural support for:

  • multi-round protocols with alternating commit and challenge phases;

  • natural domain separation, ensuring challenges are bound to the statements to be proved;

  • automatic message framing, preventing ambiguous encoding of commitment data;

  • and protocol composition, by using a common transcript for multiple protocols.

Finally, Merlin also provides a transcript-based random number generator as defense-in-depth against bad-entropy attacks (such as nonce reuse, or bias over many proofs). This RNG provides synthetic randomness derived from the entire public transcript, as well as the prover's witness data, and an auxiliary input from an external RNG.

More details on the design of Merlin and how to use it for proof systems can be found on the Merlin website.

Features

The nightly feature is passed to clear_on_drop; it may be replaced with a no-op in the future (since clear_on_drop is an implementation detail).

The debug-transcript feature prints an annotated proof transcript to stdout; it is only suitable for development and testing purposes, should not be used in released crates, and should not be considered stable.

An example of an annotated transcript for a Bulletproof rangeproof can be found here.

About

Merlin is authored by Henry de Valence, with design input from Isis Lovecruft and Oleg Andreev. The construction grew out of work with Oleg Andreev and Cathie Yun on a Bulletproofs implementation. Thanks also to Trevor Perrin and Mike Hamburg for helpful discussions. Merlin is named in reference to Arthur-Merlin protocols which introduced the notion of public coin arguments.

The header image was created by Oleg Andreev as a composite of Arthur Pyle's The Enchanter Merlin and the Keccak Team's θ-step diagram.

This project is licensed under the MIT license.

Core symbols most depended-on inside this repo

meta_ad
called by 21
src/strobe.rs
append_message
called by 16
src/transcript.rs
prf
called by 7
src/strobe.rs
encode_usize_as_u32
called by 6
src/transcript.rs
rekey_with_witness_bytes
called by 5
src/transcript.rs
ad
called by 4
src/strobe.rs
key
called by 4
src/strobe.rs
run_f
called by 4
src/strobe.rs

Shape

Method 27
Function 7
Class 6

Languages

Rust100%

Modules by API surface

src/transcript.rs23 symbols
src/strobe.rs17 symbols

For agents

$ claude mcp add merlin \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact