Update README.md

This commit is contained in:
samson
2024-04-29 15:10:36 +08:00
committed by GitHub
parent b7766973fd
commit 877bfd4b17

View File

@@ -1,6 +1,6 @@
# AES
This repository contains a C++ implementation of:
- AES-128
- AES-128\n
AES is a symmetric encryption algorithm that operates on 128-bit blocks of plaintext and keys. It consists of five main operations: Add Round Key, SubBytes, Shift Rows, and Mix Columns, along with key expansion.
The implementation contains: