crypto_sign_ed25519_verify_detached

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_sign_ed25519_verify_detached = deimos.sodium.crypto_sign_ed25519.crypto_sign_ed25519_verify_detached
  2. bool crypto_sign_ed25519_verify_detached(ubyte[crypto_sign_ed25519_BYTES] sig, ubyte[] m, ubyte[crypto_sign_ed25519_PUBLICKEYBYTES] pk)
    pragma(inline, true) @nogc nothrow pure @trusted
    bool
    crypto_sign_ed25519_verify_detached
    (
    const ubyte[crypto_sign_ed25519_BYTES] sig
    ,
    scope const ubyte[] m
    ,
    const ubyte[crypto_sign_ed25519_PUBLICKEYBYTES] pk
    )

Meta