Documentation ¶
Overview ¶
Package io offers serialization interfaces for gnark objects.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UnsafeReaderFrom ¶
UnsafeReaderFrom is the interface that wraps the UnsafeReadFrom method.
UnsafeReadFrom reads data from reader but doesn't perform any checks, such as subgroup checks for elliptic curves points for example.
type WriterRawTo ¶
WriterRawTo is the interface that wraps the WriteRawTo method.
WriteRawTo writes data to w until there's no more data to write or when an error occurs. The return value n is the number of bytes written. Any error encountered during the write is also returned.
WriteRawTo will not compress the data (as opposed to WriteTo)
Click to show internal directories.
Click to hide internal directories.