crypto_sign_ed25519_seed_keypair

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

Meta