crypto_sign_ed25519_sk_to_seed

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

Meta