Skip to content

Commit

Permalink
Update libraries/opensk/src/api/persist.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Cretin <[email protected]>
  • Loading branch information
kaczmarczyck and ia0 authored Apr 3, 2024
1 parent 11693e5 commit 3dab96f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/opensk/src/api/persist.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ pub type PersistCredentialIter<'a> = Box<dyn Iterator<Item = CtapResult<(usize,
///
/// The default implementations using the key-value store have assumptions on the ranges for key
/// and value, if you decide to use them:
/// - Keys must be valid at least in [0, 4095[.
/// - Values must be byte arrays of size at least 1023.
/// - Keys within 0 and 4095 are supported.
/// - Values of at most 1023 bytes are supported.
///
/// To implement this trait, you have 2 options:
/// - Implement all high level functions with default implementations,
Expand Down

0 comments on commit 3dab96f

Please sign in to comment.