Skip to content

Commit

Permalink
Increase version to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
abderraouf-adjal committed Apr 30, 2017
1 parent 4ae3178 commit 54786aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ If defined, Then `SPRITZ_WIPE_TRACES` and `SPRITZ_TIMING_SAFE_CRUSH`, will be de

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

**SPRITZ_LIBRARY_VERSION_STRING** = `"1.0.2"` - Present the version of this
**SPRITZ_LIBRARY_VERSION_STRING** = `"1.0.3"` - Present the version of this
spritz library (MAJOR . MINOR . PATCH) using Semantic Versioning.

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

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

**SPRITZ_LIBRARY_VERSION_PATCH** = `2` - The PATCH version of the library.
**SPRITZ_LIBRARY_VERSION_PATCH** = `3` - The PATCH version of the library.


## Examples
Expand Down
4 changes: 2 additions & 2 deletions SpritzCipher.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ extern "C" {
#define SPRITZ_N 256

/* `Semantic Versioning` of this library */
#define SPRITZ_LIBRARY_VERSION_STRING "1.0.2"
#define SPRITZ_LIBRARY_VERSION_STRING "1.0.3"
#define SPRITZ_LIBRARY_VERSION_MAJOR 1
#define SPRITZ_LIBRARY_VERSION_MINOR 0
#define SPRITZ_LIBRARY_VERSION_PATCH 2
#define SPRITZ_LIBRARY_VERSION_PATCH 3


/** spritz_ctx
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=SpritzCipher
version=1.0.2
version=1.0.3
author=Abderraouf Adjal <abderraouf.adjal@gmail.com>
maintainer=Abderraouf Adjal <abderraouf.adjal@gmail.com>
sentence=Spritz library for Arduino, CSPRNG, cryptographic hash and MAC functions, symmetric-key data encryption, and some general-purpose functions.
Expand Down

0 comments on commit 54786aa

Please sign in to comment.