sodium ~master (2019-06-07T17:14:01Z)
Home
Dub
Repo
crypto_sign_ed25519_sk_to_curve25519
wrapper
sodium
crypto_sign_ed25519
Undocumented in source. Be warned that the author may not have intended to support it.
alias
crypto_sign_ed25519_sk_to_curve25519
=
deimos
.
sodium
.
crypto_sign_ed25519
.
crypto_sign_ed25519_sk_to_curve25519
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
(
out
ubyte
[
crypto_scalarmult_curve25519_BYTES
]
curve25519_sk
,
const
ubyte
[
crypto_sign_ed25519_SECRETKEYBYTES
]
ed25519_sk
)
Meta
Source
See Implementation
wrapper
sodium
crypto_sign_ed25519
aliases
crypto_sign_ed25519
crypto_sign_ed25519_detached
crypto_sign_ed25519_keypair
crypto_sign_ed25519_open
crypto_sign_ed25519_pk_to_curve25519
crypto_sign_ed25519_seed_keypair
crypto_sign_ed25519_sk_to_curve25519
crypto_sign_ed25519_sk_to_pk
crypto_sign_ed25519_sk_to_seed
crypto_sign_ed25519_verify_detached
crypto_sign_ed25519ph_final_create
crypto_sign_ed25519ph_final_verify
crypto_sign_ed25519ph_init
crypto_sign_ed25519ph_update