dcrypt.util

Members

Functions

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

Compares a and b in constant time.

wipe
void wipe(ref T t)

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

Meta