Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/microcontroleurmonde/sha3

implementation of SHA3-256 uses the Keccak algorithm with MicroPython
https://github.com/microcontroleurmonde/sha3

keccak micropython sha3

Last synced: 6 days ago
JSON representation

implementation of SHA3-256 uses the Keccak algorithm with MicroPython

Awesome Lists containing this project

README

        

# SHA3
Implementation of crypto. code with MicroPython

- **Keccak-p[1600] module** [`keccakp1600.py`](https://github.com/MicroControleurMonde/SHA3/blob/main/keccakp1600.py)
- **Module testing** [`test_keccak_p1600.py`](https://github.com/MicroControleurMonde/SHA3/blob/main/test_keccak_p1600.py)
- [**Documentation**](https://github.com/MicroControleurMonde/SHA3/blob/main/keccak_p1600.md)