micropython-lib icon indicating copy to clipboard operation
micropython-lib copied to clipboard

aes-cmac: aes-cmac function using cryptolib.

Open KianBahasadri opened this issue 1 year ago • 0 comments

Hello, I've added a simple function that performs AES CMAC using the builtin cryptolib library. The code is from my own repository micropython-aes-cmac.

I did my best to meet the code and commit conventions, I used black to format my code, I also signed off my commit and followed the specified format.

Please let me know what improvements I could make. Thanks.

KianBahasadri avatar Jun 26 '24 16:06 KianBahasadri