[][src]Function sapling_crypto_ce::group_hash::baby_group_hash

pub fn baby_group_hash<E: JubjubEngine>(
    tag: &[u8],
    personalization: &[u8],
    params: &E::Params
) -> Option<Point<E, PrimeOrder>>

Produces a random point in the Alt Baby Jubjub curve. The point is guaranteed to be prime order and not the identity.