libsodium_sys

Function crypto_sign_ed25519_sk_to_seed

Source
pub unsafe extern "C" fn crypto_sign_ed25519_sk_to_seed(
    seed: *mut c_uchar,
    sk: *const c_uchar,
) -> c_int