Skip to content

Commit 9cd25bd

Browse files
committed
- Release 0.0.8.
- Added UBJSON interface. - Added enum lower bound checks. - Added ssfrs option for GF_MUL speed vs. space optimization. - Reorganized source code into module directories.
1 parent eeb1b3e commit 9cd25bd

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

ssfversion.h

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,14 @@
5252
/* Added PRNG interface which can generate cryptographically secure random numbers. */
5353
/* Added macros to support SSF use from C++ modules. */
5454
/* Minor formatting changes and compiler warning fixes. */
55-
/* 0.0.7 - Added deinitialization support. Fixed ssfsm timer w/data memory leak. Prelim. UBJSON. */
55+
/* 0.0.7 - Added deinitialization support. */
56+
/* Fixed ssfsm timer w/data memory leak. */
57+
/* Preliminary UBJSON interface. */
58+
/* 0.0.8 - Added UBJSON interface. */
59+
/* Added enum lower bound checks. */
60+
/* Added ssfrs option for GF_MUL speed vs. space optimization. */
61+
/* Reorganized source code into module directories. */
5662
/* --------------------------------------------------------------------------------------------- */
57-
#define SSF_VERSION "0.0.7"
63+
#define SSF_VERSION "0.0.8"
5864

5965
#endif /* SSF_VERSION_H_INCLUDE */

0 commit comments

Comments
 (0)