Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

RSA2048PublicKeySerde

Fully qualified path: garaga::signatures::rsa::RSA2048PublicKeySerde

pub impl RSA2048PublicKeySerde of Serde<RSA2048PublicKey>;

Impl functions

serialize

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

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

deserialize

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

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