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

Update crypto modules to take crypto traits impl instead of peripherals #61

Open
AnthonyGrondin opened this issue Dec 12, 2024 · 0 comments

Comments

@AnthonyGrondin
Copy link
Contributor

Support for Hardware crypto was added in:

That being said, the implementation is very primitive, as it takes directly the hardware peripherals from esp-hal. We should instead refactor to take https://github.com/RustCrypto/traits, allowing us to provide a software implementation, or hardware implementation. Basically anything that implements those traits, allowing more flexibility. Most importantly, this would remove the hard dependency on esp-hal, making updates and maintainability easier.

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

No branches or pull requests

1 participant