crypto_scrypt-common.c | 50 encode64(uint8_t *dst, size_t dstlen, const uint8_t *src, size_t srclen) function in typeref:typename:uint8_t * 187 dst = encode64(dst, buflen - (dst - buf), hash, sizeof(hash)); 229 dst = encode64(dst, buflen - (dst - buf), src, srclen);
|