scrypt_ex

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte[] scrypt_ex(string password, ubyte[] salt, ulong n, ulong r, ulong p, ulong maxMemory, size_t length)
  2. ubyte[] scrypt_ex(ubyte[] password, ubyte[] salt, ulong n, ulong r, ulong p, ulong maxMemory, size_t length)
    @trusted
    ubyte[]
    scrypt_ex
    (
    const ubyte[] password
    ,
    const ubyte[] salt
    ,
    ulong n
    ,
    ulong r
    ,
    ulong p
    ,
    ulong maxMemory
    ,
    size_t length
    )

Meta