C API for BALTECH SDK

§ brp_CryptoAlgorithm

This byte defines the crypto algorithm that shall be used when working with the key that is following. The CryptoAlgorithm furhtermore implies the length of the following key

Enumerator
brp_CryptoAlgorithm_DES 

Keylength: 8 byte.

brp_CryptoAlgorithm_TripleDES 

Keylength: 16 byte.

brp_CryptoAlgorithm_ThreeKeyTripleDES 

Keylength: 24 byte.

brp_CryptoAlgorithm_AES 

Keylength: 16 byte.

brp_CryptoAlgorithm_MifareClassic 

Keylength: 6 byte.

brp_CryptoAlgorithm_undefined 

Definition at line 3371 of file typedefs.h.