https://github.com/megrxu/aes-cmac
AES and AES-CMAC implementation.
https://github.com/megrxu/aes-cmac
Last synced: 6 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-25T15:24:08.000Z (over 1 year ago)
- Last Synced: 2024-02-25T16:31:36.082Z (over 1 year 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)