crypto_sign_ed25519_sk_to_pk

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

Meta