Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)