We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce93eaa commit cfaf964Copy full SHA for cfaf964
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.18.0
+PROJECT_NUMBER=1.18.1
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"
+#define SCRYPT "1.18.1"
31
32
/* max size of either a cipher/hash block or symmetric key [largest of the two] */
33
#define MAXBLOCKSIZE 128
0 commit comments