Browse code

Change sha3 implementation used. Initial unsaved data API.

Dario Rodriguez authored on 02/03/2019 16:12:12
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,7 +0,0 @@
1
-#if KeccakOpt == 64
2
-  #include "KeccakP-1600-SnP-opt64.h"
3
-#elif KeccakOpt == 32
4
-  #include "KeccakP-1600-SnP-opt32.h"
5
-#else
6
-  #error "No KeccakOpt"
7
-#endif
Browse code

start implementation of undo and unsaved in redata. tentative sha3-512 support for unsaved integrity check

Dario Rodriguez authored on 26/02/2019 21:26:05
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,7 @@
1
+#if KeccakOpt == 64
2
+  #include "KeccakP-1600-SnP-opt64.h"
3
+#elif KeccakOpt == 32
4
+  #include "KeccakP-1600-SnP-opt32.h"
5
+#else
6
+  #error "No KeccakOpt"
7
+#endif