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

https://github.com/dlarocque/aes

Advanced Encryption Standard (AES)
https://github.com/dlarocque/aes

c cryptography encryption

Last synced: 8 months ago
JSON representation

Advanced Encryption Standard (AES)

Awesome Lists containing this project

README

          

# FIPS 197 Implementation - Advanced Encryption Standard (AES)

## Compile

```
make
```

## Run

```
./main
```