commit 4b67e7aa5a62fad0c271f37a6577abf19ab2b4bf Author: Byron Lathi Date: Sun Jun 22 21:43:49 2025 -0700 Initial Commit diff --git a/README.md b/README.md new file mode 100644 index 0000000..abf359e --- /dev/null +++ b/README.md @@ -0,0 +1,7 @@ +# Crypto + +## ChaCha20-Poly1305 + +This is a 64 bit wide core intended to run at 16Gbps. It is an AEAD core which +takes in both the plaintext as well as associated data, and produces a +cyphertext and authentication tag.