scryptenc_buf

scryptenc_buf(inbuf, inbuflen, outbuf, passwd, passwdlen, maxmem, maxmemfrac, maxtime): Encrypt inbuflen bytes from inbuf, writing the resulting inbuflen + 128 bytes to outbuf.

extern (C)
int
scryptenc_buf
(
const uint8_t*
,
size_t
,,
const uint8_t*
,
size_t
,
size_t
,
double
,
double
)

Meta