clarify what AES is

This commit is contained in:
blek 2024-01-03 13:57:26 +10:00
parent f048a7c406
commit d1c114e21f
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ This document also uses the following terminology:
| SHA256(x) | An `x` value hashed via the SHA256 hashing function. |
| base64 | The base64 data encoding format, which is described in [RFC4648](https://www.rfc-editor.org/rfc/rfc4648) |
| MIME type | The MIME file type, as described in [RFC2045](https://www.rfc-editor.org/rfc/rfc2045) |
| AES | The Advanced Encryption Standart, as described in [RFC3826](https://www.rfc-editor.org/rfc/rfc3826) |
# NAMING
This section is more of a convention rather than a requirement.