Skip to content

SoundnessLabs/stellar-pq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stellar Post-Quantum Cryptography

This repository provides experimental implementations of post-quantum cryptographic schemes for the Stellar blockchain, explored both at the application level (via Soroban Smart Accounts) and at the protocol level, by studying signature schemes that are candidates for aggregation.

WARNING: This code has not been audited. Use at your own risk. Do not use in production or with real funds until a professional security audit has been completed.

Contents

You will find:

The FALCON-512 verifier follows the NIST standard and can be used to verify signatures produced by any NIST-compatible implementation, such as falcon.py or the official C reference implementation. The implementation was tested against the provided Known Answer Test (KAT) vectors. For convenience, we also provide a falcon-rust library, which uses C bindings to the reference implementation.

License

MIT

About

Post-quantum cryptography for Stellar and Soroban Smart Accounts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published