We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e35ac commit 77b693cCopy full SHA for 77b693c
ssfversion.h
@@ -36,9 +36,11 @@
36
/* Version History */
37
/* */
38
/* 0.0.1 - Initial beta release. */
39
-/* 0.0.2 - Add Reed-Solomon GF(2^8) implementation. */
40
-/* 0.0.3 - Add XMODEM/CCITT-16 CRC16 and CCITT-32 CRC32 implementations. */
+/* 0.0.2 - Add Reed-Solomon GF(2^8) interface. */
+/* 0.0.3 - Add XMODEM/CCITT-16 CRC16 and CCITT-32 CRC32 interfaces. */
41
+/* 0.0.4 - Add SHA-2 and TLV encoder/decoder interfaces. */
42
+/* Increased Windows and Linux build warning levels and fixed warnings. */
43
/* --------------------------------------------------------------------------------------------- */
-#define SSF_VERSION "0.0.3"
44
+#define SSF_VERSION "0.0.4"
45
46
#endif /* SSF_VERSION_H_INCLUDE */
0 commit comments