We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df99227 commit 40c471eCopy full SHA for 40c471e
1 file changed
wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs
@@ -45,8 +45,6 @@ impl CMAC {
45
/// * `key`: Key to use for CMAC generation.
46
/// * `data`: CMAC input data.
47
/// * `dout`: Output buffer where CMAC is written.
48
- /// * `heap`: Optional heap hint.
49
- /// * `dev_id` Optional device ID to use with crypto callbacks or async hardware.
50
///
51
/// # Returns
52
0 commit comments