hash2curve

Crates.iohash2curve
lib.rshash2curve
version0.1.0
sourcesrc
created_at2020-03-25 02:08:43.988839
updated_at2021-02-05 20:57:16.736
descriptionTraits and algorithms for hashing arbitrary values to curve group element
homepage
repositoryhttps://github.com/mikelodder7/hash2curve
max_upload_size
id222516
size29,353
Michael Lodder (mikelodder7)

documentation

https://docs.rs/hash2curve

README

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

Commit count: 37

cargo fmt