wownero/src/crypto
moneromooo-monero 12085c4c74
ensure no NULL is passed to memcpy
NULL is valid when size is 0, but memcpy uses nonnull attributes,
so let's not poke the bear
2019-06-17 12:34:54 +03:00
..
crypto_ops_builder Update 2019 copyright 2019-03-05 22:05:34 +01:00
CMakeLists.txt RandomX integration 2019-05-31 11:32:21 +03:00
CryptonightR_JIT.c crypto: fix PaX issue on NetBSD with CNv4 JIT 2019-03-07 16:46:02 +00:00
CryptonightR_JIT.h slow-hash: fix build on arm 2019-03-05 10:24:24 +00:00
CryptonightR_template.S CNv4 JIT compiler for x86-64 and tests 2019-03-04 11:56:29 +00:00
CryptonightR_template.h CryptonightR: define out i386/x86_64 specific code on other archs 2019-03-05 10:24:24 +00:00
aesb.c aesb: avoid stomping on an existing define on NetBSD 2019-03-07 16:08:00 +00:00
blake256.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
blake256.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
c_threads.h RandomX integration 2019-05-31 11:32:21 +03:00
chacha.c move int-util.h to epee 2018-12-04 15:14:29 +00:00
chacha.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
crypto-ops-data.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
crypto-ops.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
crypto-ops.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
crypto.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
crypto.h crypto: replace rand<T>()%N idiom with unbiased rand_idx(N) 2019-04-04 22:38:19 +09:00
generic-ops.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
groestl.c crypto: fixed groestl on big-endian platforms 2018-10-25 02:06:23 +00:00
groestl.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
groestl_tables.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
hash-extra-blake.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
hash-extra-groestl.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
hash-extra-jh.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
hash-extra-skein.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
hash-ops.h correct RX_BLOCK_VERSION 2019-06-05 12:10:43 +03:00
hash.c Update 2019 copyright 2019-03-05 22:05:34 +01:00
hash.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
hmac-keccak.c crypto: hmac_keccak added 2019-03-20 21:11:01 +01:00
hmac-keccak.h crypto: hmac_keccak added 2019-03-20 21:11:01 +01:00
initializer.h Update 2019 copyright 2019-03-05 22:05:34 +01: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 ensure no NULL is passed to memcpy 2019-06-17 12:34:54 +03: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-03-05 22:05:34 +01:00
random.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
rx-slow-hash.c add RandomWOW 2019-06-02 08:03:48 +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-03-05 22:05:34 +01:00
slow-hash.c RandomX integration 2019-05-31 11:32:21 +03:00
tree-hash.c tree-hash: allocate variable memory on heap, not stack 2019-06-17 12:30:40 +03:00
variant2_int_sqrt.h Cryptonight variant 2 2018-09-09 20:43:01 +02:00
variant4_random_math.h Cryptonight variant 4 aka cn/wow 2019-05-17 04:20:14 +03:00