https://github.com/nethermindeth/condor-rs
Falcon (https://falcon-sign.info/) signature aggregation with LaBRADOR in Rust
https://github.com/nethermindeth/condor-rs
cryptography post-quantum-cryptography rust signatures zk
Last synced: 10 months ago
JSON representation
Falcon (https://falcon-sign.info/) signature aggregation with LaBRADOR in Rust
- Host: GitHub
- URL: https://github.com/nethermindeth/condor-rs
- Owner: NethermindEth
- License: other
- Created: 2025-01-15T10:13:25.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-05T03:39:51.000Z (11 months ago)
- Last Synced: 2025-05-07T21:05:46.271Z (10 months ago)
- Topics: cryptography, post-quantum-cryptography, rust, signatures, zk
- Language: Rust
- Homepage: https://nethermindeth.github.io/condor-rs/labrador/
- Size: 239 KB
- Stars: 17
- Watchers: 6
- Forks: 1
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Condor-rs - post-quantum proof schemes and signatures
## Crates
* [Labrador](https://nethermindeth.github.io/condor-rs/labrador/) post-quantum proof system
## Development
Enable [commit signing](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)
```sh
git config commit.gpgsign true
```
### Prerequisites
* [Rust](https://www.rust-lang.org/tools/install)
* [cargo deny](https://github.com/EmbarkStudios/cargo-deny)
* [typos](https://github.com/crate-ci/typos?tab=readme-ov-file#install)
### Code quality assurance
Install a pre-push git hook:
```sh
git config core.hooksPath .githooks
```
### Running the Rust Documentation Locally
After cloning the repository, follow the instructions below to run the documentation locally:
```sh
cargo doc
```
Docs for `labrador`:
```sh
RUSTDOCFLAGS="--html-in-header katex-header.html" cargo doc --no-deps -p labrador --open
```
## License
Apache 2.0
## Contributors ✨
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

James Ball
📆 🤔 🔬 🔍

Mateo Suffern
📖 💻 👀 ⚠️

Igor Markelov
💻 📖 👀 ⚠️

Yue Zhou
💻 📖 👀 ⚠️

Omid Bodaghi
👀 📖

Nick Dimitriou
👀 🎨

v0-e
📆 👀

Alex Abdugafarov
💻

maksimryndin
👀

Mithun Vaidhyanathan
🔬

Ahmad Bitar
🤔

HendrikWaldner
🔬

Ahmet Ramazan Agirtas
🔬

mpzajac
🔬 📆 🔍

Matthew Klein
🔬

GustaveCharles
🔬

Luca Dall'Ava
🔬

Mounika Pratapa
🔬

albert_g
🔬
Add your contributions
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!