mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-09-13 13:49:55 +00:00
Fix comment typo
Co-authored-by: Tom Cosgrove <[email protected]> Signed-off-by: Dave Rodgman <[email protected]>
This commit is contained in:
co-authored by
Tom Cosgrove
parent
205295c576
commit
56e5d6887f
@@ -26,7 +26,7 @@
|
||||
/** Constant-time buffer comparison without branches.
|
||||
*
|
||||
* This is equivalent to the standard memcmp function, but is likely to be
|
||||
* compiled to code using bitwise operation rather than a branch, such that
|
||||
* compiled to code using bitwise operations rather than a branch, such that
|
||||
* the time taken is constant w.r.t. the data pointed to by \p a and \p b,
|
||||
* and w.r.t. whether \p a and \p b are equal or not. It is not constant-time
|
||||
* w.r.t. \p n .
|
||||
|
||||
Reference in New Issue
Block a user