Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-05-16 | keccak: remove aligned check | moneromooo-monero | 1 | -10/+2 | |
Some tools report the alignment check as UB, which seems a bit dubious, but since the performance difference between the two versions is minimal, I'll go with the safe version | |||||
2019-07-04 | keccak: guard against misaligned memory accesses on ARM | moneromooo-monero | 1 | -3/+6 | |
The code generated is exactly the same as the direct access one on x86_64 | |||||
2019-06-14 | ensure no NULL is passed to memcpy | moneromooo-monero | 1 | -1/+2 | |
NULL is valid when size is 0, but memcpy uses nonnull attributes, so let's not poke the bear | |||||
2018-12-04 | move int-util.h to epee | moneromooo-monero | 1 | -1/+1 | |
2018-10-22 | crypto: fixed incremental keccak API on big-endian platforms | xiphon | 1 | -2/+3 | |
2018-09-17 | Fixed Keccak implementation on big-endian platforms | Alexandro Sanchez | 1 | -3/+8 | |
2018-08-15 | Incremental Keccak API added | Dusan Klinec | 1 | -0/+74 | |
- needed for TREZOR integration | |||||
2018-02-07 | keccak: fix mdlen bounds sanity checking | moneromooo-monero | 1 | -1/+2 | |
found by h908714124 | |||||
2018-02-02 | keccak: fix sanity check bounds test | moneromooo-monero | 1 | -1/+1 | |
Nothing calls this with those inputs | |||||
2018-02-01 | call _exit instead of abort in release mode | moneromooo-monero | 1 | -4/+13 | |
Avoids cores being created, as they're nowadays often piped to some call home system | |||||
2017-11-11 | kaccak: remove unused return value | moneromooo-monero | 1 | -3/+1 | |
2017-11-07 | keccak: some paranoid "can't happen" checks | moneromooo-monero | 1 | -0/+14 | |
2016-08-28 | ringct: import of Shen Noether's ring confidential transactions | moneromooo-monero | 1 | -3/+3 | |
2014-03-03 | moved all stuff to github | Antonio Juarez | 1 | -0/+112 | |