From 708b56d5ac67247aa5c670d21242382ce19a9a53 Mon Sep 17 00:00:00 2001 From: abderraouf-adjal Date: Sat, 9 Jan 2016 17:12:27 +0100 Subject: [PATCH] Update library.properties --- library.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library.properties b/library.properties index f25bf87..b21d4fd 100644 --- a/library.properties +++ b/library.properties @@ -2,8 +2,8 @@ name=SpritzCipher version=0.4.4 author=Abderraouf Adjal maintainer=Abderraouf Adjal -sentence=Spritz cipher library, Secure random bytes generator, Flexible hash & MAC. -paragraph=Spritz cipher, A spongy RC4-like stream cipher. This library contains secure random bytes generator, Flexible cryptographic hash function & message authentication code (MAC). +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. category=Data Processing url=https://github.com/abderraouf-adjal/ArduinoSpritzCipher architectures=*