diff --git a/README.txt b/README.txt index 77d042e..6e128ec 100644 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Spritz library for Arduino Spritz - a spongy RC4-like stream cipher and hash function. -ArduinoSpritzCipher library contains secure random bytes generator, +This library contains cryptographic random bytes generator, Cryptographic hash function, Message Authentication Code (MAC) function, Data encryption/decryption using Key and Nonce/Salt/IV, General purpose functions such as timing-safe comparison and data wiping from memory. diff --git a/library.properties b/library.properties index b21d4fd..83cc5a1 100644 --- a/library.properties +++ b/library.properties @@ -3,7 +3,7 @@ version=0.4.4 author=Abderraouf Adjal maintainer=Abderraouf Adjal sentence=Spritz cipher library, Random bytes generator, Data encryption, Hash and MAC. -paragraph=This Spritz (a spongy RC4-like stream cipher and hash function) library contains secure random bytes generator, Cryptographic hash function, Message Authentication Code (MAC) function, Data encryption/decryption using Key and Nonce/Salt/IV, General purpose functions such as timing-safe comparison and data wiping from memory. +paragraph=This Spritz (a spongy RC4-like stream cipher and hash function) library contains cryptographic random bytes generator, Cryptographic hash function, Message Authentication Code (MAC) function, Data encryption/decryption using Key and Nonce/Salt/IV, General purpose functions such as timing-safe comparison and data wiping from memory. category=Data Processing url=https://github.com/abderraouf-adjal/ArduinoSpritzCipher architectures=*