Skip to main content

Module identifier_literal

Module identifier_literal 

Source

Structs§

IdentifierLiteral
An identifier literal is an ASCII string (up to SIZE_IN_BYTES bytes) stored as a byte array.

Constants§

SIZE_IN_BITS
The number of bits in an identifier literal.
SIZE_IN_BYTES
The number of bytes in an identifier literal, derived from the field’s data capacity. For BLS12-377, this is 254 / 8 = 31 bytes.