We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e067249 commit 714c656Copy full SHA for 714c656
psa-crypto/src/operations/mac.rs
@@ -95,7 +95,7 @@ pub fn compute_mac(
95
/// permitted_algorithms: Algorithm::Mac(Mac::FullLength(FullLengthMac::Hmac{hash_alg: Hash::Sha256})),
96
/// },
97
/// };
98
-///
+///
99
/// psa_crypto::init().unwrap();
100
/// let my_key = generate(attributes, None).unwrap();
101
/// let mac_alg = Mac::FullLength(FullLengthMac::Hmac{hash_alg: Hash::Sha256});
0 commit comments