We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d03635a commit fa5aceeCopy full SHA for fa5acee
2 files changed
doc/Doxyfile
@@ -38,7 +38,7 @@ PROJECT_NAME = LibTomCrypt
38
# could be handy for archiving the generated documentation or if some version
39
# control system is used.
40
41
-PROJECT_NUMBER = 1.17
+PROJECT_NUMBER = 1.18.0-rc1
42
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
# for a project that appears at the top of each page and should give viewer a
src/headers/tomcrypt.h
@@ -26,8 +26,8 @@ extern "C" {
26
#endif
27
28
/* version */
29
-#define CRYPT 0x0117
30
-#define SCRYPT "1.17"
+#define CRYPT 0x0118
+#define SCRYPT "1.18.0-rc1"
31
32
/* max size of either a cipher/hash block or symmetric key [largest of the two] */
33
#define MAXBLOCKSIZE 128
0 commit comments