Skip to main content

Module hash_scheme

Module hash_scheme 

Source

Structs§

BabyBearPoseidon2HashScheme
BabyBear Poseidon2 hash scheme — the only scheme implemented in this crate.
Poseidon2MerkleHash
Poseidon2 Merkle hash over BabyBear — delegates to the existing CUDA FFI.

Traits§

GpuHashScheme
Binding trait that couples a StarkProtocolConfig, a Merkle hash scheme, and a transcript type into a single coherent GPU proving configuration.
GpuMerkleHash
Dispatch trait for GPU Merkle hash kernels.

Type Aliases§

DefaultHashScheme