crypto_sign_ed25519_open

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_sign_ed25519_open = deimos.sodium.crypto_sign_ed25519.crypto_sign_ed25519_open
  2. bool crypto_sign_ed25519_open(ubyte[] m, ubyte[] sm, ubyte[crypto_sign_ed25519_PUBLICKEYBYTES] pk)
    @nogc @trusted
    bool
    crypto_sign_ed25519_open
    (
    scope ubyte[] m
    ,
    scope const ubyte[] sm
    ,
    const ubyte[crypto_sign_ed25519_PUBLICKEYBYTES] pk
    )

Meta