Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

HasherBitLengthSerde

Fully qualified path: integrity::settings::HasherBitLengthSerde

impl HasherBitLengthSerde of Serde<HasherBitLength>;

Impl functions

serialize

Fully qualified path: integrity::settings::HasherBitLengthSerde::serialize

fn serialize(self: @HasherBitLength, ref output: Array<felt252>)

deserialize

Fully qualified path: integrity::settings::HasherBitLengthSerde::deserialize

fn deserialize(ref serialized: Span<felt252>) -> Option<HasherBitLength>