Skip to main content

Module verifier

Module verifier 

Source
Expand description

Trait for verifying digital signatures.

Traitsยง

AsyncDigestVerifier
Asynchronously verify the provided signature for the given prehashed message Digest is authentic.
AsyncMultipartVerifier
Asynchronous equivalent of MultipartVerifier where the message is provided in non-contiguous byte slices.
AsyncVerifier
Asynchronously verify the provided message bytestring using Self.
DigestVerifier
Verify the provided signature for the given prehashed message Digest is authentic.
MultipartVerifier
Equivalent of Verifier but the message is provided in non-contiguous byte slices.
Verifier
Verify the provided message bytestring using Self (e.g. a public key).