Skip to content

Commit 40c471e

Browse files
Rust wrapper: fix cmac documentation
1 parent df99227 commit 40c471e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

  • wrapper/rust/wolfssl/src/wolfcrypt

wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ impl CMAC {
4545
/// * `key`: Key to use for CMAC generation.
4646
/// * `data`: CMAC input data.
4747
/// * `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.
5048
///
5149
/// # Returns
5250
///

0 commit comments

Comments
 (0)