SECP256K1 Implementation in Pure Rust
SECP256K1 implementation with
no_std
support. Currently we have implementation for:
Signature verification.
Public key recovery from signed messages.