-
Notifications
You must be signed in to change notification settings - Fork 9
Links to Source Code
Mattias Aabmets edited this page Mar 16, 2025
·
3 revisions
All links refer into the quantcrypt/internal subpath.
| Component | Link |
|---|---|
| KEM | pqa/kem_algos.py |
| DSS | pqa/dss_algos.py |
| Component | Link |
|---|---|
| Krypton | cipher/krypton.py |
| KryptonFile | cipher/krypton_file.py |
| KryptonKEM | cipher/krypton_kem.py |
| Component | Link |
|---|---|
| Argon2 | kdf/argon2_kdf.py |
| Argon2Hash | kdf/argon2_kdf.py |
| Argon2Key | kdf/argon2_kdf.py |
| KKDF | kdf/kmac_kdf.py |
| Component | Link |
|---|---|
| DecryptedFile | cipher/krypton_file.py |
| MemCost | kdf/common.py |
| KDFParams | kdf/common.py |
| PQAVariant | constants.py |
| PQAType | constants.py |
| AlgoSpec | constants.py |
| SupportedAlgos | constants.py |
| SignedFile | pqa/dss.py |
| ChunkSize | chunksize.py |
| Target | compiler.py |
| Compiler | compiler.py |