crypto_generichash

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_generichash = deimos.sodium.crypto_generichash.crypto_generichash
  2. bool crypto_generichash(ubyte[] out_, ubyte[] in_, ubyte[] key)
    @nogc @trusted
    bool
    crypto_generichash
    (
    scope ubyte[] out_
    ,
    scope const ubyte[] in_
    ,
    scope const ubyte[] key = null
    )

Meta