blake2s

Undocumented in source. Be warned that the author may not have intended to support it.

  1. int blake2s(void* pout, size_t outlen, const(void)* pin, size_t inlen, const(void)* key, size_t keylen)
  2. int blake2s(ubyte* hash, int size, ubyte[] input, ubyte[] key)
    nothrow @nogc
    int
    blake2s
    (
    ubyte* hash
    ,
    in int size
    ,
    in ubyte[] input
    ,
    in ubyte[] key = null
    )
  3. int blake2s(ubyte[] hash, ubyte[] input, ubyte[] key)

Meta