clarify it is not an rfc and add the ABSTRACT paragraph
This commit is contained in:
parent
b6a2237601
commit
f048a7c406
7
SPEC.md
7
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)
|
||||
|
|
Loading…
Reference in New Issue