encoder property

  1. @override
Converter<List<int>, Uint8List> encoder
override

A Converter that encrypts data.

Implementation

@override
Converter<List<int>, Uint8List> get encoder => BlowfishECBEncoder(_p, _s);