Version v0.3.43 - -m Remove unnecessary calculate_checksum() calls during encryption - use filename checksum directly

This commit is contained in:
2025-12-27 11:56:28 -05:00
parent 81eded2995
commit 3bef639cc3
3 changed files with 11 additions and 21 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.41/otp-v0.3.41-linux-x86_64)**
**[Download Current Linux x86](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.42/otp-v0.3.42-linux-x86_64)**
**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.41/otp-v0.3.41-linux-arm64)**
**[Download Current Raspberry Pi 64](https://git.laantungir.net/laantungir/otp/releases/download/v0.3.42/otp-v0.3.42-linux-arm64)**
After downloading:
```bash
# Rename for convenience, then make executable
mv otp-v0.3.41-linux-x86_64 otp
mv otp-v0.3.42-linux-x86_64 otp
chmod +x otp
# Run it