scryptenc_file

scryptenc_file(infile, outfile, passwd, passwdlen, maxmem, maxmemfrac, maxtime): Read a stream from infile and encrypt it, writing the resulting stream to outfile.

extern (C)
int
scryptenc_file
(
FILE*
,
FILE*
,
const uint8_t*
,
size_t
,
size_t
,
double
,
double
)

Meta