Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions wrapper/rust/wolfssl-wolfcrypt/src/ecc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1300,8 +1300,8 @@ impl ECC {
///
/// # Returns
///
/// Returns either Ok(ECC) containing the ECC struct instance or Err(e)
/// containing the wolfSSL library error code value.
/// Returns either Ok(()) if the key is ok or Err(e) containing the wolfSSL
/// library error code value.
///
/// # Example
///
Expand Down
Loading