[][src]Function fawkes_crypto_powersoftau::utils::write_point

pub fn write_point<W, G>(
    writer: &mut W,
    p: &G,
    compression: UseCompression
) -> Result<()> where
    W: Write,
    G: CurveAffine,