The library tag has no wiki summary.
5
votes
3answers
273 views
Which programming languages support secp256k1?
Which programming languages have some ready libraries that support Bitcoin's ECDSA curve - secp256k1?
2
votes
3answers
133 views
Address creation in standard client - random library?
Is the random library used by the standard client in any way deterministic, or can one count on it being truly random?
For example, often random libraries are initialized with seed value of the ...