From 42a1effdfd7497ac3345d6b2926e48a9f412212e Mon Sep 17 00:00:00 2001 From: abderraouf-adjal Date: Sat, 9 Jan 2016 19:49:34 +0100 Subject: [PATCH] Tiny update --- README.txt | 2 +- library.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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=*