pub type Pedersen128<E> = Pedersen<E, 128>;
Expand description

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

Aliased Type§

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