crypto_generichash

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. int crypto_generichash(ubyte* out_, size_t outlen, const(ubyte)* in_, ulong inlen, const(ubyte)* key, size_t keylen)
    @nogc nothrow extern (C) pure
    int
    crypto_generichash
    (
    scope ubyte* out_
    ,
    size_t outlen
    ,
    scope const(ubyte)* in_
    ,
    ulong inlen
    ,
    scope const(ubyte)* key
    ,
    size_t keylen
    )
  2. int crypto_generichash(ubyte[] out_, ubyte[] in_, ubyte[] key)

Meta