Crypting typedef

Crypting = Uint8List Function(Uint8List out, Uint8List text, int textLen, Uint8List nonce, Uint8List k)

Implementation

typedef Crypting = Uint8List Function(
    Uint8List out, Uint8List text, int textLen, Uint8List nonce, Uint8List k);