= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type storage = Bytes.t
of_group_elt ge
converts ge
to storage
. The result is group_elt_size
bytes long.
to_group_elt s
converts s
to a group_elt.
- raises Size_mismatch
if
s
is notgroup_elt_size
bytes long
of_integer i
converts i
to storage
. The result is integer_size
bytes long.
to_integer s
converts s
to a integer.
- raises Size_mismatch
if
s
is notinteger_size
bytes long