Module ccm

Module ccm 

Source
Expand description

AES-CCM according to Bluetooth.

Modules§

decrypt
Module of decrypt.
encrypt
Module of encrypt.
is_supported
Module of is_supported.

Functions§

decryptNon-native
Decrypts a cipher text given a key and IV.
encryptNon-native
Encrypts a clear text given a key and IV.
is_supportedNon-native
Whether AES-CCM is supported.