wownero/src/crypto
SChernykh 33743eb7ac
Made sure code generator loop always terminates
It never did more than 176 iterations for first 10,000,000 heights, so I set fail-safe at 256 iterations.
2019-02-10 12:49:53 +03:00
..
crypto_ops_builder Update 2019 copyright 2019-01-16 00:31:13 +03:00
CMakeLists.txt Update 2019 copyright 2019-01-16 00:31:13 +03:00
aesb.c move int-util.h to epee 2018-12-04 15:14:29 +00:00
blake256.c Update 2019 copyright 2019-01-16 00:31:13 +03:00
blake256.h Update 2019 copyright 2019-01-16 00:31:13 +03:00
chacha.c move int-util.h to epee 2018-12-04 15:14:29 +00:00
chacha.h Cryptonight variant 4 aka CryptonightR 2019-02-05 19:01:18 +03:00
crypto-ops-data.c Update 2019 copyright 2019-01-16 00:31:13 +03:00
crypto-ops.c Update 2019 copyright 2019-01-16 00:31:13 +03:00
crypto-ops.h Update 2019 copyright 2019-01-16 00:31:13 +03:00
crypto.cpp Update 2019 copyright 2019-01-16 00:31:13 +03:00
crypto.h Update 2019 copyright 2019-01-16 00:31:13 +03:00
generic-ops.h Update 2019 copyright 2019-01-16 00:31:13 +03:00
groestl.c crypto: fixed groestl on big-endian platforms 2018-10-25 02:06:23 +00:00
groestl.h Update 2019 copyright 2019-01-16 00:31:13 +03:00
groestl_tables.h Update 2019 copyright 2019-01-16 00:31:13 +03:00
hash-extra-blake.c Update 2019 copyright 2019-01-16 00:31:13 +03:00
hash-extra-groestl.c Update 2019 copyright 2019-01-16 00:31:13 +03:00
hash-extra-jh.c Update 2019 copyright 2019-01-16 00:31:13 +03:00
hash-extra-skein.c Update 2019 copyright 2019-01-16 00:31:13 +03:00
hash-ops.h Cryptonight variant 4 aka CryptonightR 2019-02-05 19:01:18 +03:00
hash.c Update 2019 copyright 2019-01-16 00:31:13 +03:00
hash.h Cryptonight variant 4 aka CryptonightR 2019-02-05 19:01:18 +03:00
initializer.h Update 2019 copyright 2019-01-16 00:31:13 +03:00
jh.c moved all stuff to github 2014-03-03 22:07:58 +00:00
jh.h moved all stuff to github 2014-03-03 22:07:58 +00:00
keccak.c move int-util.h to epee 2018-12-04 15:14:29 +00:00
keccak.h Incremental Keccak API added 2018-08-15 18:20:22 +02:00
oaes_config.h Update oaes_config.h 2014-05-17 15:39:46 -07:00
oaes_lib.c NetBSD support 2018-09-11 14:32:33 +00:00
oaes_lib.h 0.8.8update 2014-05-25 13:06:40 -04:00
random.c Update 2019 copyright 2019-01-16 00:31:13 +03:00
random.h Update 2019 copyright 2019-01-16 00:31:13 +03:00
skein.c Changed to ..._HASHBITS everywhere for consistency 2016-10-29 14:59:06 +01:00
skein.h moved all stuff to github 2014-03-03 22:07:58 +00:00
skein_port.h Update 2019 copyright 2019-01-16 00:31:13 +03:00
slow-hash.c More fixes for big-endian machines and pointer aliasing 2019-02-09 00:56:36 +03:00
tree-hash.c Update 2019 copyright 2019-01-16 00:31:13 +03:00
variant2_int_sqrt.h Cryptonight variant 2 2018-09-09 20:43:01 +02:00
variant4_random_math.h Made sure code generator loop always terminates 2019-02-10 12:49:53 +03:00