@@ -8,23 +8,23 @@ cryptopp-modern is distributed as source releases. Download the latest release p
88
99## Downloads
1010
11- ### Latest Release (2026.1 .0)
11+ ### Latest Release (2026.2 .0)
1212
1313| File | Description |
1414| ------| -------------|
15- | [ cryptopp-modern-2026.1 .0.zip] ( https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.1 .0/cryptopp-modern-2026.1 .0.zip ) | Source release |
16- | [ cryptopp-modern-2026.1 .0.zip.sig] ( https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.1 .0/cryptopp-modern-2026.1 .0.zip.sig ) | GPG signature (binary) |
17- | [ cryptopp-modern-2026.1 .0.zip.asc] ( https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.1 .0/cryptopp-modern-2026.1 .0.zip.asc ) | GPG signature (ASCII) |
18- | [ cryptopp-modern-2026.1 .0.zip.sha256] ( https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.1 .0/cryptopp-modern-2026.1 .0.zip.sha256 ) | SHA256 checksum |
15+ | [ cryptopp-modern-2026.2 .0.zip] ( https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.2 .0/cryptopp-modern-2026.2 .0.zip ) | Source release |
16+ | [ cryptopp-modern-2026.2 .0.zip.sig] ( https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.2 .0/cryptopp-modern-2026.2 .0.zip.sig ) | GPG signature (binary) |
17+ | [ cryptopp-modern-2026.2 .0.zip.asc] ( https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.2 .0/cryptopp-modern-2026.2 .0.zip.asc ) | GPG signature (ASCII) |
18+ | [ cryptopp-modern-2026.2 .0.zip.sha256] ( https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.2 .0/cryptopp-modern-2026.2 .0.zip.sha256 ) | SHA256 checksum |
1919
2020### Verify Download
2121
2222``` bash
2323# Verify GPG signature
24- gpg --verify cryptopp-modern-2026.1 .0.zip.sig cryptopp-modern-2026.1 .0.zip
24+ gpg --verify cryptopp-modern-2026.2 .0.zip.sig cryptopp-modern-2026.2 .0.zip
2525
2626# Verify SHA256 checksum
27- sha256sum -c cryptopp-modern-2026.1 .0.zip.sha256
27+ sha256sum -c cryptopp-modern-2026.2 .0.zip.sha256
2828```
2929
3030- ** All Releases:** [ Release History] ( https://github.com/cryptopp-modern/cryptopp-modern/releases )
@@ -53,8 +53,8 @@ CMake is one of the supported build systems for cryptopp-modern. It provides IDE
5353``` bash
5454# Download and extract release
5555cd /tmp
56- wget https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.1 .0/cryptopp-modern-2026.1 .0.zip
57- unzip -q cryptopp-modern-2026.1 .0.zip -d cryptopp
56+ wget https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.2 .0/cryptopp-modern-2026.2 .0.zip
57+ unzip -q cryptopp-modern-2026.2 .0.zip -d cryptopp
5858cd cryptopp
5959
6060# Configure with default preset (Release, Ninja)
@@ -155,8 +155,8 @@ sudo apt-get install -y \
155155
156156# Download and extract
157157cd /tmp
158- wget https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.1 .0/cryptopp-modern-2026.1 .0.zip
159- unzip -q cryptopp-modern-2026.1 .0.zip -d cryptopp
158+ wget https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.2 .0/cryptopp-modern-2026.2 .0.zip
159+ unzip -q cryptopp-modern-2026.2 .0.zip -d cryptopp
160160cd cryptopp
161161
162162# Build and install
@@ -172,7 +172,7 @@ sudo ldconfig
172172
173173``` bash
174174# Download release from:
175- # https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.1 .0/cryptopp-modern-2026.1 .0.zip
175+ # https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.2 .0/cryptopp-modern-2026.2 .0.zip
176176
177177# Extract the zip file
178178# Open MinGW terminal and navigate to extracted folder
@@ -189,8 +189,8 @@ mingw32-make.exe -j$(nproc)
189189``` bash
190190# Download and extract
191191cd /tmp
192- curl -L -O https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.1 .0/cryptopp-modern-2026.1 .0.zip
193- unzip -q cryptopp-modern-2026.1 .0.zip -d cryptopp
192+ curl -L -O https://github.com/cryptopp-modern/cryptopp-modern/releases/download/2026.2 .0/cryptopp-modern-2026.2 .0.zip
193+ unzip -q cryptopp-modern-2026.2 .0.zip -d cryptopp
194194cd cryptopp
195195
196196# Build and install
0 commit comments