1
0
Fork 0
mirror of https://github.com/HACKERALERT/Picocrypt.git synced 2024-09-20 17:56:35 +00:00
Picocrypt/audit
2021-03-22 10:41:50 -04:00
..
BLAKE2s.py Create BLAKE2s.py 2021-03-22 09:25:55 -04:00
chacha20.c Create chacha20.c 2021-03-22 09:14:10 -04:00
ChaCha20.py Create ChaCha20.py 2021-03-22 09:24:29 -04:00
ChaCha20_Poly1305.py Rename ChaCha20_Poly1305 to ChaCha20_Poly1305.py 2021-03-22 09:28:49 -04:00
keccak.c Create keccak.c 2021-03-22 09:15:26 -04:00
keccak.py Create keccak.py 2021-03-22 09:28:01 -04:00
poly1305.c Create poly1305.c 2021-03-22 09:15:05 -04:00
Poly1305.py Create Poly1305.py 2021-03-22 09:26:26 -04:00
README.md Update README.md 2021-03-22 10:32:41 -04:00
SHA3_512.py Create SHA3_512.py 2021-03-22 09:27:01 -04:00

These are the core cryptography components of Pycryptodome that will need to be audited, once the fundraiser has raised enough money for the audit. Also, Argon2-cffi will need to be audited.