libsodium_sys

Function crypto_sign_ed25519_sk_to_seed

Source
pub unsafe extern "C" fn crypto_sign_ed25519_sk_to_seed(
    seed: *mut [u8; 32],
    sk: *const [u8; 64],
) -> c_int