Enum ark_ec::hashing::HashToCurveError
source · pub enum HashToCurveError {
UnsupportedCurveError(String),
MapToCurveError(String),
}
Expand description
This is an error that could occur during the hash to curve process
Variants§
UnsupportedCurveError(String)
Curve choice is unsupported by the given HashToCurve method.
MapToCurveError(String)
Error with map to curve
Trait Implementations§
source§impl Clone for HashToCurveError
impl Clone for HashToCurveError
source§fn clone(&self) -> HashToCurveError
fn clone(&self) -> HashToCurveError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more