Loading client-tests.fs +1 −2 Original line number Diff line number Diff line Loading @@ -115,8 +115,7 @@ previous [: .time ." Download test: 1 text file and 2 photos" cr ;] $err net2o-code expect-reply !time log .time s" Download test " $, type 1 ulit, . pi float, f. cr endwith log !time .time s" Download test " $, type 1 ulit, . pi float, f. cr endwith get-ip 0 ulit, $400 blocksize! $400 blockalign! stat( request-stats ) "net2o.fs" "net2o.fs" >cache n2o:copy Loading keccak/KeccakF-1600-opt32.c +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ and related or neighboring rights to the source code in this file. http://creativecommons.org/publicdomain/zero/1.0/ */ typedef unsigned int STATEI; #include <string.h> #include "brg_endian.h" #include "KeccakF-1600-opt32-settings.h" Loading keccak/KeccakF-1600-opt64-settings.h +2 −0 Original line number Diff line number Diff line #define Unrolling 2 #ifndef UseSSE #define UseBebigokimisa #endif //#define UseSSE //#define UseOnlySIMD64 //#define UseMMX Loading keccak/KeccakF-1600-opt64.c +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ and related or neighboring rights to the source code in this file. http://creativecommons.org/publicdomain/zero/1.0/ */ typedef unsigned long long int STATEI; #include <string.h> #include "brg_endian.h" #include "KeccakF-1600-opt64-settings.h" Loading keccak/KeccakF-1600.h +2 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ typedef unsigned char UINT8; typedef unsigned short UINT16; typedef unsigned int UINT32; typedef unsigned long long int UINT64; typedef unsigned long keccak_state[25*sizeof(UINT64)/sizeof(unsigned long)]; typedef STATEI keccak_state[25*sizeof(UINT64)/sizeof(STATEI)]; // typedef UINT64 keccak_state[25]; void KeccakInitialize(); void KeccakF(keccak_state state); Loading Loading
client-tests.fs +1 −2 Original line number Diff line number Diff line Loading @@ -115,8 +115,7 @@ previous [: .time ." Download test: 1 text file and 2 photos" cr ;] $err net2o-code expect-reply !time log .time s" Download test " $, type 1 ulit, . pi float, f. cr endwith log !time .time s" Download test " $, type 1 ulit, . pi float, f. cr endwith get-ip 0 ulit, $400 blocksize! $400 blockalign! stat( request-stats ) "net2o.fs" "net2o.fs" >cache n2o:copy Loading
keccak/KeccakF-1600-opt32.c +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ and related or neighboring rights to the source code in this file. http://creativecommons.org/publicdomain/zero/1.0/ */ typedef unsigned int STATEI; #include <string.h> #include "brg_endian.h" #include "KeccakF-1600-opt32-settings.h" Loading
keccak/KeccakF-1600-opt64-settings.h +2 −0 Original line number Diff line number Diff line #define Unrolling 2 #ifndef UseSSE #define UseBebigokimisa #endif //#define UseSSE //#define UseOnlySIMD64 //#define UseMMX Loading
keccak/KeccakF-1600-opt64.c +1 −0 Original line number Diff line number Diff line Loading @@ -11,6 +11,7 @@ and related or neighboring rights to the source code in this file. http://creativecommons.org/publicdomain/zero/1.0/ */ typedef unsigned long long int STATEI; #include <string.h> #include "brg_endian.h" #include "KeccakF-1600-opt64-settings.h" Loading
keccak/KeccakF-1600.h +2 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,8 @@ typedef unsigned char UINT8; typedef unsigned short UINT16; typedef unsigned int UINT32; typedef unsigned long long int UINT64; typedef unsigned long keccak_state[25*sizeof(UINT64)/sizeof(unsigned long)]; typedef STATEI keccak_state[25*sizeof(UINT64)/sizeof(STATEI)]; // typedef UINT64 keccak_state[25]; void KeccakInitialize(); void KeccakF(keccak_state state); Loading