Struct ssh_key::private::DsaPrivateKey [−][src]
pub struct DsaPrivateKey { /* fields omitted */ }This is supported on crate feature
alloc only.Expand description
Digital Signature Algorithm (DSA) private key.
Uniformly random integer x, such that 0 < x < q, i.e. x is in the
range [1, q–1].
Described in FIPS 186-4 § 4.1.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DsaPrivateKey
impl Send for DsaPrivateKey
impl Sync for DsaPrivateKey
impl Unpin for DsaPrivateKey
impl UnwindSafe for DsaPrivateKey
Blanket Implementations
Mutably borrows from an owned value. Read more