randombytes_buf_deterministic

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias randombytes_buf_deterministic = deimos.sodium.randombytes.randombytes_buf_deterministic
  2. void randombytes_buf_deterministic(ubyte[] buf, ubyte[randombytes_SEEDBYTES] seed)
    pragma(inline, true) @nogc nothrow pure @trusted
    void
    randombytes_buf_deterministic
    (
    ubyte[] buf
    ,
    const ubyte[randombytes_SEEDBYTES] seed
    )

Meta