Skip to content

Commit f7a5fff

Browse files
Grammar
1 parent 413d818 commit f7a5fff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ SpritzCipher
22
============
33

44
Spritz library for Arduino.
5-
A spongy RC4-like stream cipher. This library contain cryptographically secure
5+
A spongy RC4-like stream cipher. This library contains cryptographically secure
66
pseudo-random bytes generator, Hash & MAC functions with configurable output length.
77

88
This library can be used to:

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ version=0.1.2
33
author=Abderraouf Adjal <abderraouf.adjal@gmail.com>
44
maintainer=Abderraouf Adjal <abderraouf.adjal@gmail.com>
55
sentence=Spritz cipher library, Random bytes generator, Hash & MAC functions.
6-
paragraph=Spritz cipher library, A spongy RC4-like stream cipher. This library contain cryptographically secure pseudo-random bytes generator, Hash & MAC functions with configurable output length.
6+
paragraph=Spritz cipher library, A spongy RC4-like stream cipher. This library contains cryptographically secure pseudo-random bytes generator, Hash & MAC functions with configurable output length.
77
url=https://github.com/abderraouf-adjal/ArduinoSpritzCipher
88
architectures=*

0 commit comments

Comments
 (0)