Elichai Turkel 0bf1052abf
[NOD-1101] Hash data without serializing into a buffer first (#779)
* Add Hash Writers

* Add the hash writers to the tests

* Add the DoubleHash Writer to the benchmarks

* Remove buffers from hashing by using the Hash Writer

* Replace empty slice with nil in mempool test payload
2020-08-13 15:40:54 +03:00
..
2020-01-02 16:57:43 +02:00

daghash

ISC License GoDoc

daghash provides a generic hash type and associated functions that allows the specific hash algorithm to be abstracted.