AES-CTR

This is a Simple Loader (Content Transforms) module to demonstrate encoding and recovering content with AES-CTR.

Project Files

NOTES

This is a module for Simple Loader (Content Transforms). To run it, use:

cpl link loader.spec demo/test.x64.dll out.bin %transforms="modules/aes/aes.spec"

The AES implementation used here is the public domain Tiny AES in C.

License

This project is licensed under the BSD License.