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 83e7f4a commit 20c6bf8Copy full SHA for 20c6bf8
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.18.0-rc3
+PROJECT_NUMBER = 1.18.0-rc4
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
@@ -27,7 +27,7 @@ extern "C" {
27
28
/* version */
29
#define CRYPT 0x0118
30
-#define SCRYPT "1.18.0-rc3"
+#define SCRYPT "1.18.0-rc4"
31
32
/* max size of either a cipher/hash block or symmetric key [largest of the two] */
33
#define MAXBLOCKSIZE 128
0 commit comments