Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

SerdeSchnorrSignature

Fully qualified path: garaga::signatures::schnorr::SerdeSchnorrSignature

pub impl SerdeSchnorrSignature of Serde<SchnorrSignature>;

Impl functions

serialize

Fully qualified path: garaga::signatures::schnorr::SerdeSchnorrSignature::serialize

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

deserialize

Fully qualified path: garaga::signatures::schnorr::SerdeSchnorrSignature::deserialize

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