Skip to content

Commit

Permalink
Fixed format error.
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Smoot <[email protected]>
  • Loading branch information
mes5k committed Mar 6, 2024
1 parent e067249 commit 714c656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion psa-crypto/src/operations/mac.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pub fn compute_mac(
/// permitted_algorithms: Algorithm::Mac(Mac::FullLength(FullLengthMac::Hmac{hash_alg: Hash::Sha256})),
/// },
/// };
///
///
/// psa_crypto::init().unwrap();
/// let my_key = generate(attributes, None).unwrap();
/// let mac_alg = Mac::FullLength(FullLengthMac::Hmac{hash_alg: Hash::Sha256});
Expand Down

0 comments on commit 714c656

Please sign in to comment.