Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 340 Bytes

deserialization_G1.md

File metadata and controls

14 lines (9 loc) · 340 Bytes

Test format: Deserialization to G1

Deserialization of a public key should produce a point in G1

Test case format

The test data is declared in a data.yaml file:

input: pubkey: bytes48 -- the pubkey
output: bool  -- VALID or INVALID

All byte(s) fields are encoded as strings, hexadecimal encoding, prefixed with 0x.