- performance improvement: internally
get_difficulty
was being called multiple times while generatingPoW
, now it calls only once.
- encoding and decoding configuration used internally was causing an
error in
PoW
computation
- Difficulty factor is now an unsigned 32 bit number
- PoW constructor
- unique salt