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)
- Host: GitHub
- URL: https://github.com/dlarocque/aes
- Owner: dlarocque
- Created: 2023-01-13T05:07:24.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-13T05:10:00.000Z (over 3 years ago)
- Last Synced: 2024-12-28T07:20:11.230Z (over 1 year ago)
- Topics: c, cryptography, encryption
- Language: C
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FIPS 197 Implementation - Advanced Encryption Standard (AES)
## Compile
```
make
```
## Run
```
./main
```