All Projects → maciejhirsz → tiny-secp256k1

maciejhirsz / tiny-secp256k1

Licence: other
secp256k1 in pure no_std Rust

Programming Languages

rust
11053 projects

tiny-secp256k1

A pure-Rust no_std implementation of Secp256k1. A primary goal for this crate is having a working solution that can be easily compiled to WebAssembly.

The logic is mostly a port of https://github.com/cryptocoinjs/secp256k1-node/tree/master/lib/js, adapting for extended precision of integers available in Rust (and WASM) where applicable.

The crate is currently only capable of verifying secret keys and generating public keys from secrets.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].