mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-26 23:32:21 +01:00
Rust wrapper: cmac: fix "success" typo
This commit is contained in:
@@ -129,7 +129,7 @@ impl CMAC {
|
||||
/// # Returns
|
||||
///
|
||||
/// Returns either Ok(valid) (with valid indicating if the CMAC passed in
|
||||
/// is correct or not) on succe or Err(e) containing the wolfSSL library
|
||||
/// is correct or not) on success or Err(e) containing the wolfSSL library
|
||||
/// error code value.
|
||||
///
|
||||
/// # Example
|
||||
|
||||
Reference in New Issue
Block a user