crypto_sign_ed25519_sk_to_curve25519

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

Meta