Skip to content

Commit

Permalink
Fix documentation compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Dec 16, 2022
1 parent 22a6011 commit d7d1a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/piv_types.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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> {
Expand Down

0 comments on commit d7d1a17

Please sign in to comment.