Skip to content

Links to Source Code

Mattias Aabmets edited this page Jan 28, 2024 · 3 revisions

All links refer into the quantcrypt/internal subpath.

PQC Algorithms

Component Link
KEM pqa/kem.py
DSS pqa/dss.py

The Krypton Cipher

Component Link
Krypton cipher/krypton.py
KryptonFile cipher/krypton_file.py
KryptonKEM cipher/krypton_kem.py

Key Derivation Functions

Component Link
Argon2 kdf/argon2_kdf.py
Argon2Hash kdf/argon2_kdf.py
Argon2Key kdf/argon2_kdf.py
KKDF kdf/kmac_kdf.py

Utilities

Component Link
DecryptedFile cipher/krypton_file.py
MemCost kdf/common.py
KDFParams kdf/common.py
PQAVariant pqa/common.py
SignedFile pqa/dss.py
ChunkSize chunksize.py

Clone this wiki locally