FROST Rerandomized TypeScript Library - v0.2.2-alpha.3
Preparing search index...
Serialize
Interface Serialize<_C>
Trait for types that can be serialized to bytes.
interface
Serialize
<
_C
extends
Ciphersuite
>
{
serialize
()
:
Uint8Array
;
}
Type Parameters
_C
extends
Ciphersuite
Index
Methods
serialize
Methods
serialize
serialize
()
:
Uint8Array
Serialize the struct into a Uint8Array.
Returns
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
serialize
FROST Rerandomized TypeScript Library - v0.2.2-alpha.3
Loading...
Trait for types that can be serialized to bytes.