pub async fn verify(
pkey: SignedPublicKey,
signature: StandaloneSignature,
signed_bytes: Vec<u8>
) -> Result<()>Expand description
Verifies given standalone signature using the given public key.
pub async fn verify(
pkey: SignedPublicKey,
signature: StandaloneSignature,
signed_bytes: Vec<u8>
) -> Result<()>Verifies given standalone signature using the given public key.