pub fn read_fq(input: &[u8]) -> Result<Fq, Error>
Reads a single Fq from the input slice.
Fq
Panics if the input is not at least 32 bytes long.