crypto_shorthash

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_shorthash = deimos.sodium.crypto_shorthash.crypto_shorthash
  2. int crypto_shorthash(ubyte[crypto_shorthash_BYTES] hash, ubyte[] data, ubyte[crypto_shorthash_KEYBYTES] key)
    pragma(inline, true) @nogc pure @trusted
    int
    crypto_shorthash
    (
    out ubyte[crypto_shorthash_BYTES] hash
    ,
    scope const ubyte[] data
    ,
    const ubyte[crypto_shorthash_KEYBYTES] key
    )

Meta