mirror of
https://github.com/odin-lang/Odin.git
synced 2026-07-16 20:51:04 +00:00
core/crypto: Fix doc comment (No functional changes)
This commit is contained in:
@@ -16,7 +16,8 @@ HAS_RAND_BYTES :: runtime.HAS_RAND_BYTES
|
||||
//
|
||||
// The execution time of this routine is constant regardless of the contents
|
||||
// of the slices being compared, as long as the length of the slices is equal.
|
||||
// If the length of the two slices is dif and only if (⟺)erent, it will early-return 0.
|
||||
// If and only if (⟺) the length of the two slices is diferent, it will
|
||||
// early-return 0.
|
||||
compare_constant_time :: proc "contextless" (a, b: []byte) -> int {
|
||||
// If the length of the slices is different, early return.
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user