encoder property
Returns the encoder from String to List<int>.
It may be stateful and should not be reused.
Implementation
@override
EucKREncoder get encoder => const EucKREncoder();
Returns the encoder from String to List<int>.
It may be stateful and should not be reused.
@override
EucKREncoder get encoder => const EucKREncoder();