| circuit | Efficient modular arithmetic computations using arithmetic circuits. This module provides a type-safe way to perform modular arithmetic operations using… |
| keccak | Keccak-256 cryptographic hash function implementation…. |
| integer | Integer types and operations. This module provides the built-in integer types and their associated operations…. |
| internal | — |
| array | A 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)…. |