Function revm::precompile::bn128::read_fq

source ·
pub fn read_fq(input: &[u8]) -> Result<Fq, PrecompileError>
Expand description

Reads a single Fq from the input slice.

§Panics

Panics if the input is not at least 32 bytes long.