From 40c471e20d57c332803cebdbd54ae98547d9b2db Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 12 Nov 2025 13:41:08 -0500 Subject: [PATCH] Rust wrapper: fix cmac documentation --- wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs b/wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs index 90285b5f5..a81d5095f 100644 --- a/wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs +++ b/wrapper/rust/wolfssl/src/wolfcrypt/cmac.rs @@ -45,8 +45,6 @@ impl CMAC { /// * `key`: Key to use for CMAC generation. /// * `data`: CMAC input data. /// * `dout`: Output buffer where CMAC is written. - /// * `heap`: Optional heap hint. - /// * `dev_id` Optional device ID to use with crypto callbacks or async hardware. /// /// # Returns ///