Skip to content

Commit c99e5bc

Browse files
committed
Update README.md
1 parent 755d768 commit c99e5bc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.20)
2-
project(Enigma VERSION "3.2.1" DESCRIPTION "A Simple, Reliable and Efficient Encryption Tool" LANGUAGES CXX)
2+
project(Enigma VERSION "3.2.2" DESCRIPTION "A Simple, Reliable and Efficient Encryption Tool" LANGUAGES CXX)
33

44
set(CMAKE_CXX_STANDARD 20)
55
set(CMAKE_CXX_STANDARD_REQUIRED ON)

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ Built to solve 3 problems i had:
3333
| Windows MSVC Tests (x64) | [![Windows](https://img.shields.io/github/actions/workflow/status/baderouaich/Enigma/build-windows-msvc-tests.yml?branch=main)](https://github.com/baderouaich/Enigma/actions/workflows/build-windows-msvc-tests.yml) |
3434

3535
## Supported Encryption Algorithms
36-
All [Authenticated Encryption](https://www.cryptopp.com/wiki/Authenticated_Encryption)
37-
> <small>Ordered by strength</small>
36+
> <small>Asymmetric</small>
3837
- :white_check_mark: <strong>RSA-OAEP-SHA256</strong>
38+
39+
> <small>Symmetric [Authenticated Encryption](https://www.cryptopp.com/wiki/Authenticated_Encryption)</small>
3940
- :white_check_mark: <strong>AES-GCM</strong>
4041
- :white_check_mark: <strong>ChaCha20Poly1305</strong>
4142
- :white_check_mark: <strong>Camellia-GCM</strong>

0 commit comments

Comments
 (0)