From ed50eaeb8f01deade6e230811de72ba19da7e32f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 1 Dec 2019 16:33:21 +0000 Subject: [PATCH] README: Introduce spec for "base91s" encoding We have no implementations of this yet. Signed-off-by: Ian Jackson --- README | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README b/README index c27375a..c05dc44 100644 --- a/README +++ b/README @@ -193,6 +193,17 @@ Usage: secnet [OPTION]... --help display this help and exit --version output version information and exit +* base91s + +secnet defines a variant of the base91 encoding `basE91', from + http://base91.sourceforge.net/ + +base91s is the same as baseE91 except that: + - in the encoded charset, `"' is replaced with `-' + - spaces, newlines etc. and other characters outside the charset + are not permitted (although in some places they may be ignored, + this is not guaranteed). + * secnet builtin modules ** resolver -- 2.30.2