# SECP256K1 Implementation in Pure Rust Forked from [this crate](https://crates.io/crates/libsecp256k1) This is not intended to be used in production code, but more as a easy-to-use library to offer a playground for testing ideas. See the tests for examples on how the library might be used.