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)
    nothrow @nogc
    int
    blake2s
    (
    void* pout
    ,
    in size_t outlen
    ,
    const(void)* pin
    ,
    size_t inlen
    ,
    const(void)* key
    ,
    in size_t keylen
    )
  2. int blake2s(ubyte* hash, int size, ubyte[] input, ubyte[] key)
  3. int blake2s(ubyte[] hash, ubyte[] input, ubyte[] key)

Meta