Crypto Keccak / SHA3 - Implementation of crypto code with MicroPython #16790
Unanswered
MicroControleurMonde
asked this question in
Libraries & Drivers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
As part of my crypto needs, I worked on implementing Keccak and finalised Chacha20 on RP2040.
But one thing led to another and I thought it might be worth pushing things a bit further and coding SHA3.
So I finalised the thing a few days ago and tested it with just about every vector I could think of.
It works properly and doesn't take up too much resources.
https://github.com/MicroControleurMonde/SHA3
Beta Was this translation helpful? Give feedback.
All reactions