Function authenticate_schnorr_sig

Source
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