Skip to content

Add usage examples#748

Merged
jonasnick merged 6 commits intobitcoin-core:masterfrom
elichai:2020-04-examples
Feb 23, 2022
Merged

Add usage examples#748
jonasnick merged 6 commits intobitcoin-core:masterfrom
elichai:2020-04-examples

Conversation

@elichai
Copy link
Copy Markdown
Contributor

@elichai elichai commented Apr 30, 2020

Resolves #184

I didn't add a sign/verify/recover example yet because I'd prefer that the example included hashing a message,
but we don't provide a hash function so I decided to start only with key generation and ECDH, and get feedback.

I did not check the example on windows, but did try to implement it correctly, if anyone has access to a windows machine(and knows how to build on windows hehe) please test this :)

P.S. Should the usage examples be MIT or CC0(Public Domain)?

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Documentation should provide example callers.