#curve #hash #algorithm #traits #elliptic-curve #encode #element

no-std hash2curve

Traits and algorithms for hashing arbitrary values to curve group element

6 releases

0.1.0 Feb 5, 2021
0.0.6 Apr 21, 2020
0.0.4 Mar 30, 2020

#2247 in Cryptography


Used in amcl_wrapper_ml

Apache-2.0

15KB
235 lines

Hash to curve algorithms for Rust

crate Docs Build Status dependency status Apache 2.0 Licensed Maintenance Status: Experimental Safety Dance

This repository provides traits and some algorithms that can be used to encode or hash arbitrary input to a point on an elliptic curve or a set of recommended algorithms for a range of curve types.

Status

This crate is experimental and may have bugs/memory safety issues. USE AT YOUR OWN RISK!

Author

Michael Lodder

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you shall be dual licensed as above, without any additional terms or conditions.

References

Dependencies

~310KB