A collection of cryptographic primitives for CC:Tweaked.
Find a file
Miguel Oliveira 85fb035641
Update Poly1305
Update Poly1305 to match the DJB approach for Fp arithmetic. This
improves performance and correctness. Also fix wrong output when passing
an empty string.
2022-03-24 10:03:19 -03:00
.vscode Initial commit 2022-03-01 20:08:55 -03:00
internal Move internal module notice into long description 2022-03-05 13:43:19 -03:00
web Move internal module notice into long description 2022-03-05 13:43:19 -03:00
.gitignore Update docs 2022-03-02 19:46:20 -03:00
aead.lua Document BLAKE3, ChaCha20 and AEAD 2022-03-05 13:01:30 -03:00
blake3.lua Document BLAKE3, ChaCha20 and AEAD 2022-03-05 13:01:30 -03:00
chacha20.lua Document BLAKE3, ChaCha20 and AEAD 2022-03-05 13:01:30 -03:00
ed25519.lua Give up on masking for now 2022-03-05 12:03:08 -03:00
illuaminate.sexp Tag internal modules as internal 2022-03-05 13:20:25 -03:00
poly1305.lua Update Poly1305 2022-03-24 10:03:19 -03:00
random.lua Fix wrong filename in random.lua 2022-03-04 12:47:35 -03:00
sha256.lua Generate SHA256 constants instead of storing them 2022-03-10 16:51:16 -03:00
x25519.lua Update docs 2022-03-05 12:23:51 -03:00