diff --git a/README.md b/README.md index b4ed03c..6f57ebc 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Introduction -A secure one-time pad (OTP) cipher implementation in C with automatic versioning system. +A secure one-time pad (OTP) cipher implementation in C. ## Why One-Time Pads @@ -54,15 +54,6 @@ One-time pads can be trivially encrypted and decrypted using pencil and paper, m - **Multiple Build Options**: Standard and static linking builds - **Cross-Platform**: Works on Linux and other UNIX-like systems -## Version Information - -This project uses an automatic versioning system that: -- Automatically increments the patch version on each build -- Embeds build timestamp, git commit hash, and branch information -- Creates git tags for version tracking -- Generates version header files with detailed build metadata - -Current version can be viewed with: `./otp --help` or by running the interactive mode. ## Building @@ -72,7 +63,7 @@ Current version can be viewed with: `./otp --help` or by running the interactive - Git (for version tracking) - Make -**Note: OpenSSL is no longer required! This implementation is now completely self-contained.** + ### Build Commands