diff --git a/SPEC.md b/SPEC.md index b73b8e8..179289d 100644 --- a/SPEC.md +++ b/SPEC.md @@ -1,7 +1,10 @@ # blek! AES 1.0 standart draft +This document describes a file standart for storing AES-encrypted data, and requests discussion and suggestions for improvements. -# PREAMBLE -This standart does not describe an encryption algorithm; It is a way to store encrypted AES data. +This document is not an RFC and does not have any relations with the Internet Engineering Task Force. + +# ABSTRACT +blek! AES is an array of elements which is encoded with either CBOR or JSON. # NOTATIONS AND CONVENTIONS The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are interpreted as described in BCP 14 [RFC2119](https://www.rfc-editor.org/info/rfc2119) [RFC8174](https://www.rfc-editor.org/info/rfc8174)