Luke Dashjr 5ab4fdff16 Bugfix: _blkmk_b58check: Check that zero-padding on base58check input matches output
This is needed to properly reject addresses with too many or too few prefix/pad '1's.
2012-12-29 02:33:25 +00:00
2012-09-29 11:30:14 +00:00
2012-09-15 07:55:19 +00:00
2012-09-15 07:55:19 +00:00
2012-09-15 07:55:19 +00:00
2012-10-08 22:58:44 +00:00
2012-09-15 07:55:19 +00:00
2012-09-15 07:55:19 +00:00
2012-09-15 07:55:19 +00:00
2012-09-04 04:46:34 +00:00

Dependencies:
	Jansson 2.0 with 'long long' support

Example dependencies:
	Jansson 2.1 (to read JSON from stdin)
	libgcrypt (for SHA256)

For usage, check out example.c
Note that you must assign blkmk_sha256_impl to a function pointer:
	bool mysha256(void *hash_out, const void *data, size_t datasz)
hash_out must be able to overlap with data!

Also note that you should NOT roll ntime for data retrieved; while it will
probably work, there is no guarantee it won't fall outside the maxtime limits
for the blocktemplate. It is usually best to simply get more data as often
as it is needed.
Description
No description provided
Readme 327 KiB
Languages
C 96.9%
Makefile 1.6%
M4 1.2%
Shell 0.3%