crypto_hash_sha256

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_hash_sha256 = deimos.sodium.crypto_hash_sha256.crypto_hash_sha256
  2. bool crypto_hash_sha256(ubyte[crypto_hash_sha256_BYTES] out_, ubyte[] in_)
    pragma(inline, true) @nogc pure @trusted
    bool
    crypto_hash_sha256
    (
    out ubyte[crypto_hash_sha256_BYTES] out_
    ,
    scope const ubyte[] in_
    )

Meta