dcrypt.util

Undocumented in source.

Members

Functions

crypto_equals
bool crypto_equals(T[] a, T[] b)

Compares a and b in constant time.

wipe
void wipe(T ts)
Undocumented in source. Be warned that the author may not have intended to support it.
wipe
void wipe(T t)

TODO: neat variadic implementation of wipe() Clears data in memory.

Meta