Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/microcontroleurmonde/sha3
- Owner: MicroControleurMonde
- License: gpl-2.0
- Created: 2024-12-20T16:08:36.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2024-12-21T22:26:17.000Z (7 days ago)
- Last Synced: 2024-12-21T23:20:24.541Z (7 days ago)
- Topics: keccak, micropython, sha3
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)