File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11cmake_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
44set (CMAKE_CXX_STANDARD 20)
55set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments