[−][src]Trait ring::signature::VerificationAlgorithm
A signature verification algorithm.
Required Methods
fn verify(
&self,
public_key: Input,
msg: Input,
signature: Input
) -> Result<(), Unspecified>
&self,
public_key: Input,
msg: Input,
signature: Input
) -> Result<(), Unspecified>
Verify the signature signature
of message msg
with the public key
public_key
.
Implementors
impl VerificationAlgorithm for ECDSAVerificationAlgorithm
[src]
impl VerificationAlgorithm for ECDSAVerificationAlgorithm
impl VerificationAlgorithm for EdDSAParameters
[src]
impl VerificationAlgorithm for EdDSAParameters
impl VerificationAlgorithm for RSAParameters
[src]
impl VerificationAlgorithm for RSAParameters