crypto_sign_ed25519_pk_to_curve25519

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

Meta