AlgorithmId::write helper to match policy helpers

This commit is contained in:
Jack Grigg
2019-12-01 21:37:06 +00:00
parent 3a4515d902
commit 7bcd8664a4
2 changed files with 14 additions and 14 deletions
-1
View File
@@ -122,7 +122,6 @@ pub const TAG_RSA_MODULUS: u8 = 0x81;
pub const TAG_RSA_EXP: u8 = 0x82;
pub const TAG_ECC_POINT: u8 = 0x86;
pub const YKPIV_ALGO_TAG: u8 = 0x80;
pub const YKPIV_ALGO_3DES: u8 = 0x03;
pub const YKPIV_ATR_NEO_R3: &[u8] = b";\xFC\x13\0\0\x811\xFE\x15YubikeyNEOr3\xE1\0";