module Crypto:: Subtle
Defined in:
crypto/subtle.crClass Method Summary
- .constant_time_byte_eq(x, y)
-
.constant_time_compare(x, y) : Bool
Compares x and y in constant time and returns
true
if they are the same, andfalse
if they are not.