crypto_sign_ed25519ph_final_create

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

Meta