We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7490d0 commit 0d17e3fCopy full SHA for 0d17e3f
src/electronic-id.cpp
@@ -81,6 +81,10 @@ const std::map<byte_vector, ElectronicIDConstructor, VectorComparator> SUPPORTED
81
{{0x3b, 0xdb, 0x96, 0x00, 0x80, 0xb1, 0xfe, 0x45, 0x1f, 0x83, 0x00,
82
0x12, 0x42, 0x8f, 0x53, 0x65, 0x49, 0x44, 0x0f, 0x90, 0x00, 0x20},
83
constructor<LatEIDIDEMIAV2>},
84
+ // LatEID Idemia v2.0 Cosmo X
85
+ {{0x3b, 0xdc, 0x96, 0x00, 0x80, 0xb1, 0xfe, 0x45, 0x1f, 0x83, 0x00, 0x12,
86
+ 0x42, 0x8f, 0x54, 0x65, 0x49, 0x44, 0x32, 0x0f, 0x90, 0x00, 0x12},
87
+ constructor<LatEIDIDEMIAV2>},
88
// LitEID
89
{{0x3B, 0x9D, 0x18, 0x81, 0x31, 0xFC, 0x35, 0x80, 0x31, 0xC0, 0x69,
90
0x4D, 0x54, 0x43, 0x4F, 0x53, 0x73, 0x02, 0x05, 0x05, 0xD3},
0 commit comments