SkillAgentSearch skills...

A2L

Implementation of anonymous atomic locks described in https://eprint.iacr.org/2019/589

Install / Use

/learn @etairi/A2L
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Anonymous Atomic Locks (A2L)

A2L [1] is a cryptographic construction for building secure, privacy-preserving, interoperable, and fungibility-preserving payment channel hub (PCH). A2L builds on a novel cryptographic primitive that realizes a three-party protocol for conditional transactions, where the intermediary (tumbler) pays the receiver only if the latter solves a cryptographic challenge with the help of the sender. This repository includes implementation of A2L with instantiations based on Schnorr and ECDSA signatures.

Dependencies

Warning

This code has not received sufficient peer review by other qualified cryptographers to be considered in any way, shape, or form, safe. It was developed for experimentation purposes.

USE AT YOUR OWN RISK

References

[1] Erkan Tairi, Pedro-Moreno Sanchez, and Matteo Maffei, "A2L: Anonymous Atomic Locks for Scalability and Interoperability in Payment Channel Hubs".

View on GitHub
GitHub Stars26
CategoryDevelopment
Updated3mo ago
Forks1

Languages

C

Security Score

87/100

Audited on Dec 23, 2025

No findings