Skip to content

Commit

Permalink
Tiny update
Browse files Browse the repository at this point in the history
  • Loading branch information
abderraouf-adjal committed Jan 9, 2016
1 parent 708b56d commit 42a1eff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version=0.4.4
author=Abderraouf Adjal <[email protected]>
maintainer=Abderraouf Adjal <[email protected]>
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=*

0 comments on commit 42a1eff

Please sign in to comment.