Trait commonware_cryptography::bls12381::primitives::group::Point
source · pub trait Point: Element {
// Required method
fn map(&mut self, message: &[u8]);
}Expand description
An element of a group that supports message hashing.
Required Methods§
Object Safety§
This trait is not object safe.