Skip to content

Commit c3daa21

Browse files
Update ISC and/or
1 parent 2484718 commit c3daa21

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ISC License:
22

33
Copyright (c) 2015-2020 Abderraouf Adjal
44

5-
Permission to use, copy, modify, and distribute this software for any
5+
Permission to use, copy, modify, and/or distribute this software for any
66
purpose with or without fee is hereby granted, provided that the above
77
copyright notice and this permission notice appear in all copies.
88

SpritzCipher.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright (c) 2015-2020 Abderraouf Adjal
44
*
5-
* Permission to use, copy, modify, and distribute this software for any
5+
* Permission to use, copy, modify, and/or distribute this software for any
66
* purpose with or without fee is hereby granted, provided that the above
77
* copyright notice and this permission notice appear in all copies.
88
*

SpritzCipher.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Copyright (c) 2015-2020 Abderraouf Adjal
44
*
5-
* Permission to use, copy, modify, and distribute this software for any
5+
* Permission to use, copy, modify, and/or distribute this software for any
66
* purpose with or without fee is hereby granted, provided that the above
77
* copyright notice and this permission notice appear in all copies.
88
*
@@ -66,10 +66,10 @@ extern "C" {
6666
#define SPRITZ_N 256
6767

6868
/* `Semantic Versioning` of this library */
69-
#define SPRITZ_LIBRARY_VERSION_STRING "1.0.7"
69+
#define SPRITZ_LIBRARY_VERSION_STRING "1.0.8"
7070
#define SPRITZ_LIBRARY_VERSION_MAJOR 1
7171
#define SPRITZ_LIBRARY_VERSION_MINOR 0
72-
#define SPRITZ_LIBRARY_VERSION_PATCH 7
72+
#define SPRITZ_LIBRARY_VERSION_PATCH 8
7373

7474

7575
/** 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.7
2+
version=1.0.8
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)