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

https://github.com/wxx9248/aes.c

Simple implementation of Advanced Encryption Standard (AES) in C.
https://github.com/wxx9248/aes.c

aes c

Last synced: 21 days ago
JSON representation

Simple implementation of Advanced Encryption Standard (AES) in C.

Awesome Lists containing this project

README

          

# AES.c

## Introduction

Implementation of Advanced Encryption Standard (AES) in C.

## Warning

You **SHOULD NOT** use the project in any security-demanding software.
The project is just a small exercise for my purpose. It is an extremely plain implementation of AES, and the code in the project is not guaranteed to be bug-free or attack-immune (especially side-channel attacks).