Skip to content

Commit 4935b62

Browse files
authored
Update version number
1 parent 2da19fd commit 4935b62

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/crypto.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
*/
5252
#define CRYPTO_LIB_MAJOR_VERSION 1
5353
#define CRYPTO_LIB_MINOR_VERSION 4
54-
#define CRYPTO_LIB_REVISION 1
54+
#define CRYPTO_LIB_REVISION 3
5555
#define CRYPTO_LIB_MISSION_REV 0
5656

5757
#define GVCID_MAX_PARAM_SIZE 250
@@ -376,4 +376,4 @@ static const uint8_t crypto_gf_log[GF_SIZE] = {0, 0, 1, 4, 2, 8, 5, 10, 3, 14, 9
376376
// Generator polynomial coefficients for g(x) = x^4 + a^3x^3 + ax^2 + a^3x + 1
377377
static const uint8_t crypto_gen_poly[RS_PARITY + 1] = {1, 8, 2, 8, 1};
378378

379-
#endif // CRYPTO_H
379+
#endif // CRYPTO_H

0 commit comments

Comments
 (0)