Minor edit in comment

This commit is contained in:
Heiko Schaefer 2021-09-02 21:54:19 +02:00
parent ee349d9083
commit a415ec9a50

View file

@ -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.
/// ///