Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 871 Bytes

File metadata and controls

26 lines (21 loc) · 871 Bytes

Another feature-complete Go implementation of Merlin.


Merlin is a STROBE-based transcript construction for zero-knowledge proofs.
Invented by Henry de Valence, Isis Lovecruft and Oleg Andreev.

STROBE is a tiny framework for cryptographic protocols that uses only one block function — Keccak-f.
Invented by Mike Hamburg.
Presented strobe.go is partial implementation of strobe specs needed for Merlin transcripts.


References:

This project is licensed under the MIT license.