KianBahasadri

Results 2 issues of KianBahasadri

/docs/library/cryptolib.rst: Add notice to cryptolib docs. The [cryptolib library](https://docs.micropython.org/en/latest/library/cryptolib.html) is not immediately available for use on the STM32 port. This caused me a lot of personal frustration trying to figure...

docs

Hello, I've added a simple function that performs [AES CMAC](https://www.rfc-editor.org/rfc/rfc4493.html) using the builtin [cryptolib library](https://docs.micropython.org/en/latest/library/cryptolib.html). The code is from my own repository [micropython-aes-cmac](https://github.com/KianBahasadri/micropython-aes-cmac). I did my best to meet the...