[][src]Module ssb_crypto::utils

Functions

memzero

memzero() tries to effectively zero out the data in x even if optimizations are being applied to the code.

randombytes

randombytes() randomly generates size bytes of data.

randombytes_into

randombytes_into() fills a buffer buf with random data.