secp256k1-test

Crates.iosecp256k1-test
lib.rssecp256k1-test
version0.7.2
sourcesrc
created_at2017-11-13 08:34:40.40487
updated_at2017-12-26 15:16:57.773252
descriptionRust bindings for Pieter Wuille's `libsecp256k1` library. Implements ECDSA for the SECG elliptic curve group secp256k1 and related utilities.
homepagehttps://github.com/apoelstra/rust-secp256k1/
repositoryhttps://github.com/apoelstra/rust-secp256k1/
max_upload_size
id39205
size810,810
Wei Tang (sorpaas)

documentation

https://www.wpsoftware.net/rustdoc/secp256k1/

README

Build Status

rust-secp256k1

rust-secp256k1 is a wrapper around libsecp256k1, a C library by Peter Wuille for producing ECDSA signatures using the SECG curve secp256k1. This library

  • exposes type-safe Rust bindings for all libsecp256k1 functions
  • implements key generation
  • implements deterministic nonce generation via RFC6979
  • implements many unit tests, adding to those already present in libsecp256k1
  • makes no allocations (except in unit tests) for efficiency and use in freestanding implementations

Full documentation

Commit count: 509

cargo fmt