Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

KeccakHasher

Fully qualified path: garaga::apps::noir::zk_honk_transcript::KeccakHasher

pub impl KeccakHasher of IHasher<KeccakHasherState>;

Impl functions

new

Fully qualified path: garaga::apps::noir::zk_honk_transcript::KeccakHasher::new

fn new() -> KeccakHasherState

update_u64_as_u256

Fully qualified path: garaga::apps::noir::zk_honk_transcript::KeccakHasher::update_u64_as_u256

fn update_u64_as_u256(ref self: KeccakHasherState, v: u64)

update

Fully qualified path: garaga::apps::noir::zk_honk_transcript::KeccakHasher::update

fn update(ref self: KeccakHasherState, v: u256)

update_0_256

Fully qualified path: garaga::apps::noir::zk_honk_transcript::KeccakHasher::update_0_256

fn update_0_256(ref self: KeccakHasherState)

digest

Fully qualified path: garaga::apps::noir::zk_honk_transcript::KeccakHasher::digest

fn digest(ref self: KeccakHasherState) -> u256