Expand description
AES-CCM according to Bluetooth.
Modules§
- decrypt
- Module of
decrypt. - encrypt
- Module of
encrypt. - is_
supported - Module of
is_supported.
Functions§
- decrypt⚠
Non- native - Decrypts a cipher text given a key and IV.
- encrypt⚠
Non- native - Encrypts a clear text given a key and IV.
- is_
supported ⚠Non- native - Whether AES-CCM is supported.