crypto_sign_ed25519_keypair

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias crypto_sign_ed25519_keypair = deimos.sodium.crypto_sign_ed25519.crypto_sign_ed25519_keypair
  2. bool crypto_sign_ed25519_keypair(ubyte[crypto_sign_ed25519_PUBLICKEYBYTES] pk, ubyte[crypto_sign_ed25519_SECRETKEYBYTES] sk)
    pragma(inline, true) @nogc nothrow @trusted
    bool
    crypto_sign_ed25519_keypair
    (
    out ubyte[crypto_sign_ed25519_PUBLICKEYBYTES] pk
    ,
    out ubyte[crypto_sign_ed25519_SECRETKEYBYTES] sk
    )

Meta