Function nettle_sys::nettle_blowfish_encrypt[][src]

pub unsafe extern "C" fn nettle_blowfish_encrypt(
    ctx: *const blowfish_ctx,
    length: usize,
    dst: *mut u8,
    src: *const u8
)