Module schnorr

Module schnorr 

Source
Expand description

Schnorr account contract — a real account implementation with Schnorr signing.

This is the Rust equivalent of the TS SchnorrAccountContract. It uses the Grumpkin-based Schnorr signature scheme for transaction authorization and routes calls through the DefaultAccountEntrypoint.

Structs§

SchnorrAccount
An account that uses Schnorr signing and the default account entrypoint.
SchnorrAccountContract
A Schnorr-based account contract.
SchnorrAuthorizationProvider
Authorization provider that signs messages with Schnorr on Grumpkin.