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)
- Host: GitHub
- URL: https://github.com/ZenGo-X/multi-hop-locks
- Owner: ZenGo-X
- License: gpl-3.0
- Created: 2019-04-28T07:09:06.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-22T04:17:49.000Z (almost 3 years ago)
- Last Synced: 2024-08-01T22:53:07.455Z (almost 2 years ago)
- Language: Rust
- Homepage:
- Size: 523 KB
- Stars: 43
- Watchers: 8
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Protocol:

## 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