Cargo Features
hash2curve has no features set by default.
[dependencies]
hash2curve = { version = "0.1.0", features = ["std", "alloc"] }
- std = alloc
-
Enables std of digest ^0.9
- alloc std?
-
Enables alloc of digest ^0.9
Affects
expand_msg::ExpandMsg.expand_message
,hash_to_field::hash_to_field
…