tiny-ec 0.1.2

Pure Rust primitives for libecvrf.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# TinyEC implementation in pure Rust

* [Cargo]https://crates.io/crates/tiny-ec
* [Documentation]https://docs.rs/tiny-ec

TinyEC implementation with `no_std` support. Currently we have implementation for:

This crate base on libsecp256k1 of ParityTech that can be found here [https://github.com/paritytech/libsecp256k1](https://github.com/paritytech/libsecp256k1)

## License

This library licensed under [Apache 2.0](./LICENSE)

Built with ♥️ and 🦀