Rust wrapper: fix cmac documentation

This commit is contained in:
Josh Holtrop
2025-11-12 13:41:08 -05:00
parent df99227dc8
commit 40c471e20d

View File

@@ -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
///