| Crates.io | tetsy-secp256k1 |
| lib.rs | tetsy-secp256k1 |
| version | 0.7.0 |
| created_at | 2021-02-19 06:26:28.980429+00 |
| updated_at | 2021-02-19 06:26:28.980429+00 |
| description | Fork of Rust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities. |
| homepage | https://github.com/tetcoin/tetsy-secp256k1/ |
| repository | https://github.com/tetcoin/tetsy-secp256k1/ |
| max_upload_size | |
| id | 357412 |
| size | 1,005,813 |
tetsy-secp256k1 is a wrapper around libsecp256k1,
a C library by Peter Wuille for producing ECDSA signatures using the SECG curve
secp256k1. It is a fork of rust-secp256k1.
This library
libsecp256k1 functionslibsecp256k1Clone the repository. Run the following:
git submodule init
git submodule update
cargo check