An open API service indexing awesome lists of open source software.

https://github.com/ZenGo-X/multi-hop-locks

ECDSA based construction for Anonymous Multi-Hop Locks (https://eprint.iacr.org/2018/472.pdf)
https://github.com/ZenGo-X/multi-hop-locks

Last synced: about 1 year ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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](https://github.com/KZen-networks/sin-city/blob/master/res/usage.png "Usage")
## Protocol:
![alt text](https://github.com/KZen-networks/sin-city/blob/master/res/protocol.png "ECDSA AMHL")

## Development Process:
We use several methods for communication: you can open an issue, [reach out](mailto:github@kzencorp.com) or join the [KZR Telegram](https://t.me/joinchat/ET1mddGXRoyCxZ-7) for discussions on code and research. Changes are accepted in the form of pull requests