crypto_sign_ed25519ph_update

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

Meta