pub fn authenticate_bls_sig(
bls_vk: &BLSPubKey,
address: Address,
bls_sig: &BLSSignature,
) -> Result<(), StakeTableSolError>
Expand description
Authenticate a BLS signature over an Ethereum address
pub fn authenticate_bls_sig(
bls_vk: &BLSPubKey,
address: Address,
bls_sig: &BLSSignature,
) -> Result<(), StakeTableSolError>
Authenticate a BLS signature over an Ethereum address