From f048a7c4061549635f7bbd7656247f977e536575 Mon Sep 17 00:00:00 2001 From: blek Date: Wed, 3 Jan 2024 13:55:50 +1000 Subject: [PATCH] clarify it is not an rfc and add the ABSTRACT paragraph --- SPEC.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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)