dcrypt v0.0.7 (2015-12-06T17:48:29Z)
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.