logo
pub struct OsswuMapParams<F> where
    F: Field
{ pub c1: [u64; 4], pub c2: F, pub map_a: F, pub map_b: F, pub z: F, }
This is supported on crate feature hash2curve only.
Expand description

The Optimized Simplified Shallue-van de Woestijne-Ulas parameters

Fields

c1: [u64; 4]

The first constant term

c2: F

The second constant term

map_a: F

The ISO A variable or Curve A variable

map_b: F

The ISO A variable or Curve A variable

z: F

The Z parameter

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.