crypto_generichash

@safe wrapper around crypto_generichash

  1. int crypto_generichash(ubyte* out_, size_t outlen, const(ubyte)* in_, ulong inlen, const(ubyte)* key, size_t keylen)
  2. int crypto_generichash(ubyte[] out_, ubyte[] in_, ubyte[] key)
    @nogc nothrow extern (C) extern (D) @trusted pure
    int
    crypto_generichash
    (
    scope ubyte[] out_
    ,
    scope const ubyte[] in_
    ,
    scope const ubyte[] key
    )

Meta