diff options
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ PKGNAME = libkeccak # The version of the library. -LIB_MAJOR = 0 +LIB_MAJOR = 1 LIB_MINOR = 1 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) |
index : libkeccak | ||
[Basically feature complete] Keccak-family, including SHA-3, hashing library | Mattias Andrée <m@maandree.se> |
aboutsummaryrefslogtreecommitdiffstats |
-rw-r--r-- | Makefile | 2 |
@@ -31,7 +31,7 @@ PKGNAME = libkeccak # The version of the library. -LIB_MAJOR = 0 +LIB_MAJOR = 1 LIB_MINOR = 1 LIB_VERSION = $(LIB_MAJOR).$(LIB_MINOR) |