Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Modules

circuitEfficient modular arithmetic computations using arithmetic circuits. This module provides a type-safe way to perform modular arithmetic operations using…
keccakKeccak-256 cryptographic hash function implementation….
integerInteger types and operations. This module provides the built-in integer types and their associated operations….
internal
arrayA contiguous collection of elements of the same type in memory, written Array<T> . Arrays have _ O _ (1) indexing, _ O _ (1) push and _ O _ (1) pop (from the front)….