scryptdec_file

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

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

Meta