Edit comment
This commit is contained in:
parent
889ac234c6
commit
6583c160eb
1 changed files with 3 additions and 5 deletions
|
@ -136,11 +136,9 @@ impl AlgoSimple {
|
||||||
|
|
||||||
/// Algorithm Information
|
/// Algorithm Information
|
||||||
///
|
///
|
||||||
/// Modern cards provide a list of supported algorithms for each key type.
|
/// Modern cards (since OpenPGP card v3.4) provide a list of supported
|
||||||
/// The list specifies which "Algorithm Attributes" can be set for key
|
/// algorithms for each key type. This list specifies which "Algorithm
|
||||||
/// generation or key import.
|
/// Attributes" can be set for key generation or key import.
|
||||||
///
|
|
||||||
/// (This feature was introduced in OpenPGP card v3.4)
|
|
||||||
#[derive(Debug, Clone, Eq, PartialEq)]
|
#[derive(Debug, Clone, Eq, PartialEq)]
|
||||||
pub struct AlgoInfo(pub(crate) Vec<(KeyType, Algo)>);
|
pub struct AlgoInfo(pub(crate) Vec<(KeyType, Algo)>);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue