mirror of
https://github.com/trussed-dev/piv-authenticator.git
synced 2026-06-20 04:16:15 -07:00
Fix documentation compilation
This commit is contained in:
+2
-2
@@ -250,8 +250,8 @@ impl<'a> ApplicationPropertyTemplate<'a> {
|
||||
///
|
||||
/// Note that the empty tags (i.e., tags with no data) return the same tag with content
|
||||
/// (they can be seen as “requests for requests”):
|
||||
/// - '80 00' Returns '80 TL <encrypted random>' (as per definition)
|
||||
/// - '81 00' Returns '81 TL <random>' (as per external authenticate example)
|
||||
/// - '80 00' Returns '80 TL \<encrypted random\>' (as per definition)
|
||||
/// - '81 00' Returns '81 TL \<random\>' (as per external authenticate example)
|
||||
#[derive(Clone, Copy, Default, Encodable, Eq, PartialEq)]
|
||||
#[tlv(application, constructed, number = "0x1C")] // = 0x7C
|
||||
pub struct DynamicAuthenticationTemplate<'l> {
|
||||
|
||||
Reference in New Issue
Block a user