Skip to content

Commit

Permalink
- Release 0.0.8.
Browse files Browse the repository at this point in the history
- Added UBJSON interface.
- Added enum lower bound checks.
- Added ssfrs option for GF_MUL speed vs. space optimization.
- Reorganized source code into module directories.
  • Loading branch information
supurloop committed Oct 27, 2022
1 parent eeb1b3e commit 9cd25bd
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions ssfversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,14 @@
/* Added PRNG interface which can generate cryptographically secure random numbers. */
/* Added macros to support SSF use from C++ modules. */
/* Minor formatting changes and compiler warning fixes. */
/* 0.0.7 - Added deinitialization support. Fixed ssfsm timer w/data memory leak. Prelim. UBJSON. */
/* 0.0.7 - Added deinitialization support. */
/* Fixed ssfsm timer w/data memory leak. */
/* Preliminary UBJSON interface. */
/* 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. */
/* --------------------------------------------------------------------------------------------- */
#define SSF_VERSION "0.0.7"
#define SSF_VERSION "0.0.8"

#endif /* SSF_VERSION_H_INCLUDE */

0 comments on commit 9cd25bd

Please sign in to comment.