Struct ring::signature::RSAParameters [] [src]

pub struct RSAParameters { /* fields omitted */ }

Parameters for RSA verification.

Trait Implementations

impl VerificationAlgorithm for RSAParameters
[src]

Verify the signature signature of message msg with the public key public_key. Read more