Encrypts data to be used in Secure Messaging. data must be padded (if needed) before calling this function. ssc is used as IV for encryption.
data
ssc
Uint8List encrypt(final Uint8List data, {SSC? ssc});