Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change Rust tiny-secp256k1 lib and remove wasm-pack #10

Closed
wants to merge 8 commits into from

Conversation

fanatid
Copy link

@fanatid fanatid commented Mar 1, 2021

WIP... opened for earlier feedback/discussion. Related with #9.

Proposed changes:

Possible next steps:

  • Add benchmark folder with benchmarks.
  • Add tests for Rust lib / WASM JS (already added?).
  • Add code coverage.
  • Research secp256k1-sys crate overhead compares to raw ffi.
  • Research WASM size by blocklist/allowlist.
  • Add Node.js / webpack usage examples.
  • Add CI.
  • Add documentation (rust-doc vs docs generated for ts definitions?).
  • Attempt to write WASM code without std.

@fanatid
Copy link
Author

fanatid commented Mar 8, 2021

Moved to bitcoinjs/tiny-secp256k1#53

@fanatid fanatid closed this Mar 8, 2021
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.

secp256k1::Message::from_slice fails on all-0x00 hash
1 participant