8 lines
217 B
Markdown
8 lines
217 B
Markdown
# 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.
|