Convert AlgorithmId into an enum
3DES also has an algorithm ID, but it is completely disjoint from the key algorithms, and can be handled separately later.
This commit is contained in:
@@ -167,10 +167,6 @@ pub mod yubikey;
|
||||
pub use self::{key::Key, mgm::MgmKey};
|
||||
pub use yubikey::YubiKey;
|
||||
|
||||
/// Algorithm identifiers
|
||||
// TODO(tarcieri): make this an enum
|
||||
pub type AlgorithmId = u8;
|
||||
|
||||
/// Object identifiers
|
||||
pub type ObjectId = u32;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user