Commit graph

3 commits

Author SHA1 Message Date
be7e76825c
feat: incremental proof of work computing fn 2023-10-29 02:20:15 +05:30
9ea8676d24
pow_sha256 serializes the phrase on which the proof is to be computed
using the bincode crate, which uses UTF-8 under the hood and also
prefixes the length of the string in big endian.

This patch introduces changes to implement the same
2021-12-08 13:43:24 +05:30
c9ba1a9e55
setup tests and linting 2021-12-07 19:01:36 +05:30