Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

RSA2048ReductionWitnessSerde

Fully qualified path: garaga::signatures::rsa::RSA2048ReductionWitnessSerde

pub impl RSA2048ReductionWitnessSerde of Serde<RSA2048ReductionWitness>;

Impl functions

serialize

Fully qualified path: garaga::signatures::rsa::RSA2048ReductionWitnessSerde::serialize

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

deserialize

Fully qualified path: garaga::signatures::rsa::RSA2048ReductionWitnessSerde::deserialize

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