The unified diff between revisions [1626dca9..] and [a1c3f430..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'mycrypt.h'
#
#
# patch "mycrypt.h"
# from [47a3216a12b8ce2f4d6efeb0f78b5d39a823ee64]
# to [67d2c66396a3d3b332f8ebfb3610ee752c55474e]
#
============================================================
--- mycrypt.h 47a3216a12b8ce2f4d6efeb0f78b5d39a823ee64
+++ mycrypt.h 67d2c66396a3d3b332f8ebfb3610ee752c55474e
@@ -16,8 +16,8 @@ extern "C" {
#endif
/* version */
-#define CRYPT 0x0095
-#define SCRYPT "0.95"
+#define CRYPT 0x0096
+#define SCRYPT "0.96"
/* max size of either a cipher/hash block or symmetric key [largest of the two] */
#define MAXBLOCKSIZE 128
@@ -68,9 +68,7 @@ enum {
#include <mycrypt_hash.h>
#include <mycrypt_prng.h>
#include <mycrypt_pk.h>
-#include <mycrypt_gf.h>
#include <mycrypt_misc.h>
-#include <mycrypt_kr.h>
#include <mycrypt_argchk.h>
#include <mycrypt_pkcs.h>