crypto_sign_ed25519

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

Meta