RC2_decrypt function

  1. @Native<Void Function(Pointer<UnsignedLong>, Pointer<rc2_key_st>)>(ffi.Pointer<ffi.UnsignedLong>, ffi.Pointer<rc2_key_st>)>()
void RC2_decrypt(
  1. Pointer<UnsignedLong> data,
  2. Pointer<rc2_key_st> key
)

Implementation

@ffi.Native<
  ffi.Void Function(ffi.Pointer<ffi.UnsignedLong>, ffi.Pointer<rc2_key_st>)
>()
external void RC2_decrypt(
  ffi.Pointer<ffi.UnsignedLong> data,
  ffi.Pointer<rc2_key_st> key,
);