Salsa20Decryption constructor
Salsa20Decryption({
- required String encryptionKey,
Constructor for Salsa20Decryption class.
encryptionKey is the key used for decryption. It must match the key used for encryption.
accessKey is the key used to retrieve the encrypted value.
Implementation
Salsa20Decryption({
required this.encryptionKey,
});