We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d1c1d9 commit 17c60faCopy full SHA for 17c60fa
2 files changed
src/libcpp-crypto.hpp
@@ -1,7 +1,7 @@
1
/*
2
3
Easy-to-use, symmetric (AES-256) and asymmetric (RSA) encryption and also hash (SHA-256) library for C++ (17+)
4
-version 1.3.1
+version 1.4.0
5
https://github.com/leventkaragol/libcpp-crypto
6
7
If you encounter any issues, please submit a ticket at https://github.com/leventkaragol/libcpp-crypto/issues
vcpkg.json
@@ -1,15 +1,15 @@
{
"name": "libcpp-crypto",
- "version-string": "1.0.0",
+ "version-string": "1.4.0",
"builtin-baseline": "7eb700c9688daed6d8bdcdc571ebe3eedea6a774",
"dependencies": [
"name": "gtest",
8
- "version>=": "1.14.0#1"
+ "version>=": "1.17.0#1"
9
},
10
11
"name": "openssl",
12
- "version>=": "3.3.0#1"
+ "version>=": "3.5.0#1"
13
}
14
]
15
0 commit comments