Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 3 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Curve Cryptography (ECC).

This repository is a **fork of CIRCL** that adds **hybrid digital signature schemes** combining classical (Ed25519) and post-quantum (lattice-based and hash-based) components. Hybrid signatures reduce single-point-of-failure risk: if one algorithm family is broken — whether classical or PQC — the remaining components still protect authenticity. The [QuantumCoin blockchain](https://quantumcoin.org) uses these hybrid PQC signature schemes.

### Hybrid schemes
### Hybrid DSA Schemes

| Scheme ID | Package | Mode | Components | PK + Sig | Verify ops/s¹ |
|:---------:|---------|------|------------|----------|:-------------:|
Expand Down Expand Up @@ -54,39 +54,17 @@ Alternatively, look at the [Cloudflare Go](https://github.com/quantumcoinproject

## List of Algorithms

[RFC-7748]: https://doi.org/10.17487/RFC7748
[RFC-8032]: https://doi.org/10.17487/RFC8032
[RFC-9180]: https://doi.org/10.17487/RFC9180
[FIPS 202]: https://doi.org/10.6028/NIST.FIPS.202
[FIPS 204]: https://doi.org/10.6028/NIST.FIPS.204
[FIPS 205]: https://doi.org/10.6028/NIST.FIPS.205
[FIPS 186-5]: https://doi.org/10.6028/NIST.FIPS.186-5

### Elliptic Curve Cryptography

| Diffie-Hellman Protocol |
|:---:|

- [X25519](./dh/x25519) and [X448](./dh/x448) functions. ([RFC-7748])

| Digital Signature Schemes |
|:---:|

- [Ed25519](./sign/ed25519) signatures. ([RFC-8032])

| High-Level Protocols |
|:---:|

- [HPKE](./hpke): Hybrid Public-Key Encryption ([RFC-9180])

### Post-Quantum Cryptography

| KEM: Key Encapsulation Methods |
|:---:|

- [ML-KEM](./kem/mlkem): modes 512, 768, 1024 ([FIPS-203](https://doi.org/10.6028/NIST.FIPS.203)).
- [X-Wing](./kem/xwing) ([draft-connolly-cfrg-xwing-kem](https://datatracker.ietf.org/doc/draft-connolly-cfrg-xwing-kem/)).
- [Kyber KEM](./kem/kyber): modes 512, 768, 1024 ([KYBER](https://pq-crystals.org/kyber/)).
- [X25519MLKEM768](./kem/hybrid): hybrid KEM of ML-KEM-768 and X25519 ([draft-kwiatkowski-tls-ecdhe-mlkem](https://datatracker.ietf.org/doc/draft-kwiatkowski-tls-ecdhe-mlkem/)).

| Digital Signature Schemes |
|:---:|
Expand Down Expand Up @@ -116,7 +94,7 @@ Alternatively, look at the [Cloudflare Go](https://github.com/quantumcoinproject
| Finite Fields |
|:---:|

- Fp25519, Fp448.
- Fp25519.

## Testing and Benchmarking

Expand Down
104 changes: 0 additions & 104 deletions dh/x448/curve.go

This file was deleted.

30 changes: 0 additions & 30 deletions dh/x448/curve_amd64.go

This file was deleted.

111 changes: 0 additions & 111 deletions dh/x448/curve_amd64.h

This file was deleted.

Loading
Loading