pub type Pedersen64<E> = Pedersen<E, 64>;
Expand description

Pedersen64 is an additively-homomorphic collision-resistant hash function that takes up to a 64-bit input.

Aliased Type§

struct Pedersen64<E> { /* private fields */ }