Version v0.3.41 - -m Suppress miniz library warnings, auto-select pad when only one available

This commit is contained in:
2025-12-27 11:49:29 -05:00
parent 6fe12e0c1c
commit e126e30889
4 changed files with 34 additions and 12 deletions

View File

@@ -58,14 +58,14 @@ One-time pads can be trivially encrypted and decrypted using pencil and paper, m
### Download Pre-Built Binaries
**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.39/otp-v0.3.39-linux-x86_64)**
**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.40/otp-v0.3.40-linux-x86_64)**
**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.39/otp-v0.3.39-linux-arm64)**
**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.40/otp-v0.3.40-linux-arm64)**
After downloading:
```bash
# Rename for convenience, then make executable
mv otp-v0.3.39-linux-x86_64 otp
mv otp-v0.3.40-linux-x86_64 otp
chmod +x otp
# Run it