grin/core/src/pow
Ignotus Peverell 66acee8f71
Cuckaroo validation implementation (#1911)
* First pass at iterative siphash
* Generalizing our siphash24 implementation slightly to make it friendlier to repeated hashing
* Block siphash algorithm, Cuckaroo placeholder
* Cuckaroo validator, still needs to be tested with vectors from the @tromp implementation
* Working cuckaroo validation with test vectors for cuckaroo19, will add cuckaroo29 vectors when a lean or mean implementation can find some solutions
2018-11-19 11:03:58 -08:00
..
common.rs Do not use mem::size_of() when calculating serialized size of data (#1967) 2018-11-13 09:30:02 +00:00
cuckaroo.rs Cuckaroo validation implementation (#1911) 2018-11-19 11:03:58 -08:00
cuckatoo.rs Small style changes in core crate (#1816) 2018-10-23 21:09:16 +02:00
cuckoo.rs Cuckaroo validation implementation (#1911) 2018-11-19 11:03:58 -08:00
error.rs Small style changes in core crate (#1816) 2018-10-23 21:09:16 +02:00
lean.rs Small style changes in core crate (#1816) 2018-10-23 21:09:16 +02:00
mod.rs Cuckaroo validation implementation (#1911) 2018-11-19 11:03:58 -08:00
siphash.rs Cuckaroo validation implementation (#1911) 2018-11-19 11:03:58 -08:00
types.rs Do not use mem::size_of() when calculating serialized size of data (#1967) 2018-11-13 09:30:02 +00:00