Enum desfire::crypto_operation
Defined in File crypto.hpp
Enum Documentation
-
enum class desfire::crypto_operation
Cryptographic operations that have to be implemented by desfire::crypto.
Values:
-
enumerator encrypt
Encryption, data is transformed into a ciphertext.
-
enumerator decrypt
Decryption, ciphertext is transformed into plaintext.
-
enumerator mac
Message Authentication, a cryptographically secure authentication code is produced from plaintext.
-
enumerator encrypt