Commit graph

7 commits

Author SHA1 Message Date
be7e76825c
feat: incremental proof of work computing fn 2023-10-29 02:20:15 +05:30
f565ed0dfe
chore: update deps 2023-10-28 18:02:11 +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
04845d7719
polyfill implementation 2021-12-07 15:35:10 +05:30
c53843225f
serde 2021-06-27 21:31:32 +05:30
a573ed34dc
digest 2021-06-27 21:31:09 +05:30