openethereum/whisper/src
Niklas Adolfsson 67eee6aeb7 fix(whisper): correct PoW calculation (#10166)
* Fix off-by-one error on `leading_zeros` which was used to index in the hash to get leading zeros when not aligned on byte boundary (i.e, all the bits in a byte was not zero such as 0001 1111)
* Fix overflow by shifting with bigger value than 63
2019-01-11 17:48:58 +01:00
..
net misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
rpc misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
lib.rs misc: bump license header to 2019 (#10135) 2019-01-07 11:33:07 +01:00
message.rs fix(whisper): correct PoW calculation (#10166) 2019-01-11 17:48:58 +01:00