Přejít na soubor
Sarah Jamie Lewis 8318aed1a7 Update go.mod to have correct module name 2019-11-05 14:05:39 -08:00
LICENSE Add license and readme, tidy the dependencies 2019-10-10 21:28:52 -04:00
README.md Add license and readme, tidy the dependencies 2019-10-10 21:28:52 -04:00
go.mod Update go.mod to have correct module name 2019-11-05 14:05:39 -08:00
go.sum Add license and readme, tidy the dependencies 2019-10-10 21:28:52 -04:00
merlin.go merlin: fix comment on ExtractBytes 2019-10-10 21:14:26 -04:00
merlin_test.go merlin: add complex protocol test from dalek merlin 2019-10-10 20:58:23 -04:00

README.md

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.

For more details, see dalek-cryptography/merlin.

This project is released under the usual Go-friendly BSD-style license.