Minor edit in comment
This commit is contained in:
parent
ee349d9083
commit
a415ec9a50
1 changed files with 1 additions and 2 deletions
|
@ -16,8 +16,7 @@ use anyhow::anyhow;
|
||||||
use std::convert::TryFrom;
|
use std::convert::TryFrom;
|
||||||
use std::fmt;
|
use std::fmt;
|
||||||
|
|
||||||
/// This enum offers a shorthand way to specify algorithms (e.g. for key
|
/// A shorthand way to specify algorithms (e.g. for key generation).
|
||||||
/// generation).
|
|
||||||
///
|
///
|
||||||
/// RSA variants require "number of bits in 'e'" as parameter.
|
/// RSA variants require "number of bits in 'e'" as parameter.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue