dcrypt ~master (2021-11-09T01:25:37.6069118)
Dub
Repo
crypto_equals
dcrypt
util
Compares a and b in constant time.
pure nothrow @
safe
@
nogc
bool
crypto_equals
(
T
)
(
in
T
[]
a
,
in
T
[]
b
)
Return Value
Type:
bool
0 if a == b, some other value if a != b.
Meta
Source
See Implementation
dcrypt
util
functions
crypto_equals
wipe
Compares a and b in constant time.