Skip to content

Commit c7d19d4

Browse files
v1.0.6
1 parent b2c6f7c commit c7d19d4

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,14 +216,14 @@ If defined, Then `SPRITZ_WIPE_TRACES` and `SPRITZ_TIMING_SAFE_CRUSH`, will be de
216216

217217
**SPRITZ_N** = `256` - Present the value of N in this spritz implementation, *Do NOT change `SPRITZ_N` value*.
218218

219-
**SPRITZ_LIBRARY_VERSION_STRING** = `"1.0.5"` - Present the version of this
219+
**SPRITZ_LIBRARY_VERSION_STRING** = `"1.0.6"` - Present the version of this
220220
spritz library (MAJOR . MINOR . PATCH) using Semantic Versioning.
221221

222222
**SPRITZ_LIBRARY_VERSION_MAJOR** = `1` - The MAJOR version of the library.
223223

224224
**SPRITZ_LIBRARY_VERSION_MINOR** = `0` - The MINOR version of the library.
225225

226-
**SPRITZ_LIBRARY_VERSION_PATCH** = `5` - The PATCH version of the library.
226+
**SPRITZ_LIBRARY_VERSION_PATCH** = `6` - The PATCH version of the library.
227227

228228

229229
## Examples

SpritzCipher.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@ extern "C" {
7373
#define SPRITZ_N 256
7474

7575
/* `Semantic Versioning` of this library */
76-
#define SPRITZ_LIBRARY_VERSION_STRING "1.0.5"
76+
#define SPRITZ_LIBRARY_VERSION_STRING "1.0.6"
7777
#define SPRITZ_LIBRARY_VERSION_MAJOR 1
7878
#define SPRITZ_LIBRARY_VERSION_MINOR 0
79-
#define SPRITZ_LIBRARY_VERSION_PATCH 5
79+
#define SPRITZ_LIBRARY_VERSION_PATCH 6
8080

8181

8282
/** spritz_ctx

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SpritzCipher
2-
version=1.0.5
2+
version=1.0.6
33
author=Abderraouf Adjal <abderraouf.adjal@gmail.com>
44
maintainer=Abderraouf Adjal <abderraouf.adjal@gmail.com>
55
sentence=Spritz library for Arduino, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and some general-purpose functions.

0 commit comments

Comments
 (0)