SEED_encrypt function
- @Native<Void Function(Pointer<
UnsignedChar> , Pointer<UnsignedChar> , Pointer<seed_key_st> )>(ffi.Pointer<ffi.UnsignedChar>, ffi.Pointer<ffi.UnsignedChar>, ffi.Pointer<seed_key_st>)>()
- Pointer<
UnsignedChar> s, - Pointer<
UnsignedChar> d, - Pointer<
seed_key_st> ks
Implementation
@ffi.Native<
ffi.Void Function(
ffi.Pointer<ffi.UnsignedChar>,
ffi.Pointer<ffi.UnsignedChar>,
ffi.Pointer<seed_key_st>,
)
>()
external void SEED_encrypt(
ffi.Pointer<ffi.UnsignedChar> s,
ffi.Pointer<ffi.UnsignedChar> d,
ffi.Pointer<seed_key_st> ks,
);