pub fn authenticate_schnorr_sig(
schnorr_vk: &StateVerKey,
address: Address,
schnorr_sig: &StateSignature,
) -> Result<(), StakeTableSolError>
Expand description
Authenticate a Schnorr signature over an Ethereum address
pub fn authenticate_schnorr_sig(
schnorr_vk: &StateVerKey,
address: Address,
schnorr_sig: &StateSignature,
) -> Result<(), StakeTableSolError>
Authenticate a Schnorr signature over an Ethereum address