Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sosthene-nitrokey committed Aug 12, 2024
1 parent 22730c8 commit 4575292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ impl<Twi: I2CForT1, D: DelayUs<u32>> Se050Backend<Twi, D> {

/// Put a volatile key stored on the filesystem back into the SE050
///
/// This is used to perform one operation, the key must then be cleared again with [`reselect`](Se050Backend::reselect)
/// This is used to perform one operation, the key must then be cleared again with [`clear_volatile_key`](Se050Backend::clear_volatile_key)
fn reimport_volatile_key(
&mut self,
key: KeyId,
Expand Down

0 comments on commit 4575292

Please sign in to comment.