xyz.wiedenhoeft.scalacrypt
Provides authenticated encryption using an encryption algorithm and a MAC as delegates.
A cipher suite encrypts data using the supplied encryption mechanism and signs the result using the supplied MAC and the encryption key.
The MAC is appended to the output of the encryption.
Checks the signature and decrypts data.
Checks the signature and decrypts data. Only returns a Success if the signature is valid.
Encrypts and signs data.
Provides authenticated encryption using an encryption algorithm and a MAC as delegates.
A cipher suite encrypts data using the supplied encryption mechanism and signs the result using the supplied MAC and the encryption key.
The MAC is appended to the output of the encryption.