Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/megrxu/aes-cmac
AES and AES-CMAC implementation.
https://github.com/megrxu/aes-cmac
Last synced: 18 days ago
JSON representation
AES and AES-CMAC implementation.
- Host: GitHub
- URL: https://github.com/megrxu/aes-cmac
- Owner: megrxu
- License: mit
- Created: 2018-06-25T12:15:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T15:24:08.000Z (10 months ago)
- Last Synced: 2024-02-25T16:31:36.082Z (10 months ago)
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 24
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AES and AES-CMAC Textbook Implementation
AES(-128, -192, -256) and AES-CMAC implementation in C.
> [!NOTE]
> This is a **textbook implementation** that is not optimized for performance or security.## Reference
- AES, [Federal Information Processing Standards Publication](https://nvlpubs.nist.gov/nistpubs/fips/nist.fips.197.pdf).
- The AES-CMAC Algorithm, [RFC 4493](https://tools.ietf.org/html/rfc4493).## License
[MIT](https://github.com/megrxu/AES-CMAC/blob/master/LICENSE)