Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 900 Bytes

README.md

File metadata and controls

16 lines (14 loc) · 900 Bytes

multi-hop-locks

Library for ECDSA based construction for Anonymous Multi-Hop Locks (https://eprint.iacr.org/2018/472.pdf).

What is AMHL?

"A novel cryptographic primitive that serves as a cornerstone for the design of secure and privacy-preserving payment channel networks"

Usage:

Use Cargo test to try it. Currently tests exists for :

  1. Setup and verify setup
  2. Setup + Lock
  3. Setup + Lock + Release alt text

Protocol:

alt text

Development Process:

We use several methods for communication: you can open an issue, reach out or join the KZR Telegram for discussions on code and research. Changes are accepted in the form of pull requests