crypto_sign_ed25519ph_final_verify

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

Meta