From a046affca05b62c3e1f83aeffceef895b6cbc0dc Mon Sep 17 00:00:00 2001 From: rmlibre Date: Sun, 2 Jun 2024 12:24:33 -0400 Subject: [PATCH] v0.23.3: Alter package description messaging. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 35e1d0d..30c71d0 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ aiootp — an async privacy, anonymity, & cryptography library. ``aiootp`` is a high-level async cryptographic anonymity library to scale, simplify, & automate privacy best practices for secure data & identity processing, communication, & storage. -It's home to a family of novel online, salt misuse-reuse resistant, tweakable, & fully context committing, AEAD ciphers. A 256-byte block-wise stream cipher named ``Chunky2048``. And, a robust 32-byte hybrid block-cipher / stream-cipher called ``Slick256``. The design goals behind this family of ciphers are to be simple & efficient while maintaining wide security margins, aiming towards incorporating information theoretic undecidability guarantees where possible. +It's home to a family of novel online, salt misuse-reuse resistant, tweakable, & fully context committing AEAD ciphers. A 256-byte block-wise stream cipher named ``Chunky2048``. And, a robust 32-byte hybrid block-cipher / stream-cipher called ``Slick256``. The design goals behind this family of ciphers are to be simple & efficient, while achieving modern security notions, wide security margins, & aiming towards incorporating information theoretic undecidability guarantees where possible. We hope to give users & applications empowering developer-friendly privacy enhancing tools with strong, biased defaults. In so doing, increase the overall security, privacy, & anonymity in the digital world. Users will find ``aiootp`` to be easy to write, easy to read, & fun.