Commit graph

32 commits

Author SHA1 Message Date
12d7533339
feat: feature gate incremental function
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-10-27 06:08:05 +05:30
0e96f03166
feat: implement stepped proof generation to report progess
ref: mCaptcha/2023-NLnet#8
2023-10-27 06:08:05 +05:30
9fe4d52f47
chore: rename pow_sha256 crate (this) to mcaptcha_pow_sha256
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
closes: #2
2023-10-14 23:49:44 +05:30
9f0b99054b
feat: reuse init 2023-10-14 23:40:14 +05:30
080ecceabd
feat: Makefile with common workflows 2023-07-04 19:08:58 +05:30
36c48597b2
chore: bump deps 2022-05-06 16:57:47 +05:30
3399c62759
fuzzing 2021-06-19 21:05:43 +05:30
8df560aaa8
added code_of_conduct.md 2021-05-02 18:15:00 +05:30
f97858cd63
computation time test 2021-04-02 10:17:52 +05:30
4e16176721
bincode config fix 2021-04-01 22:45:48 +05:30
9c837bf6a8
rm redundant get_difficulty calls 2021-03-31 17:40:15 +05:30
d1473ae5aa
u32 difficulty factor 2021-03-08 18:27:18 +05:30
0bfbce0185
examples, doc and readme update 2021-03-06 17:07:28 +05:30
2a23e064e1
variable salt and init pow 2021-03-06 16:43:20 +05:30
6fbbc3f2d5
CI, readme and deps version bump 2021-03-06 09:48:58 +05:30
Robert Kornacki
cf80ae37e3 Removed u128 from struct for serializing ease. 2019-07-24 14:35:17 -04:00
Robert Kornacki
df3af977e0 Added is_sufficient_difficulty fn & tests. 2019-07-23 12:08:19 -04:00
Robert Kornacki
fc2d9a8607 Made nonce & result public 2019-07-22 16:01:38 -04:00
Robert Kornacki
f85cc9388f Updates tests 2019-07-22 15:45:30 -04:00
Robert Kornacki
6b591947d0 Cleaned up more of the project and improved readme 2019-07-22 15:04:45 -04:00
Robert Kornacki
7144bc2f34 Implemented PoW validity checking & test 2019-07-22 14:14:47 -04:00
Robert Kornacki
1f1b1ade27 Updated naming and minor details on several things 2019-07-22 13:54:13 -04:00
Robert Kornacki
c1ec5d2a68 Added hashing result to PoW struct 2019-07-22 12:22:53 -04:00
Andrew Dirksen
75bafcf99a Add blockchain example
relax type bounds on struct definition
2019-05-17 09:17:27 -07:00
Andrew Dirksen
b3175a79b1 heed clippy 2019-05-13 10:29:44 -07:00
Andrew Dirksen
33e9c6c73f Get syntax highlighting in readme. 2019-05-13 10:23:00 -07:00
Andrew Dirksen
cd7b218e51 Copy docs to readme, link to repo from Cargo.toml.
https://www.reddit.com/r/rust/comments/bn48nz/pow_sha256_based_proofs_of_work_over_typed_data/en2bcxx?utm_source=share&utm_medium=web2x
2019-05-13 10:15:39 -07:00
Andrew Dirksen
fdeb60c3bd Docs fix 2019-05-10 14:36:29 -07:00
Andrew Dirksen
69e75e116c Docs 2019-05-10 14:32:41 -07:00
Andrew Dirksen
8b045cf61c New score semantics. 2019-05-09 19:01:11 -07:00
Andrew Dirksen
bcfd6b49ba use serde and bincode for serialization 2019-05-09 17:31:44 -07:00
Andrew Dirksen
16f7b38446 Initial idea using custom serializer trait. 2019-05-09 14:49:50 -07:00