Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add basic AES API #12

Merged
merged 4 commits into from
Jul 5, 2019
Merged

Add basic AES API #12

merged 4 commits into from
Jul 5, 2019

Conversation

hannobraun
Copy link
Contributor

Add a basic AES API. So far, only CTR mode is supported.

Those have the AES peripheral, which isn't available on other STM32L0x2
MCUs. I'm currently working on an AES API, so I'm going to need those
features.
This reduces the readability of some parts of the code, but seems to be
required by current project policy.
@hannobraun
Copy link
Contributor Author

I also have some additional commits here, for testing this change on the Tlera Corp Gnat:
https://github.com/braun-embedded/stm32l0xx-hal/compare/aes...braun-embedded:aes-gnat

cc @lthiery

@arkorobotics arkorobotics merged commit 8065106 into stm32-rs:master Jul 5, 2019
@hannobraun hannobraun deleted the aes branch July 8, 2019 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants