From ff07f167ddf183b3551dbbb1d7b6739ab292d6b3 Mon Sep 17 00:00:00 2001 From: sameuric <78437091+sameuric@users.noreply.github.com> Date: Sat, 22 Mar 2025 14:54:22 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 72e3f15..c79db6d 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,18 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Then, clone this repository in any location on your computer and double-click on `build.bat`. -You should now see the program's output. +You should now see the following program's output: +``` +CIPHERTEXT: 732281c0a0aab8f7a54a0c67a0c45ecf +``` +The corresponding plaintext and key to obtain this ciphertext are encoded within the `build.bat` file. Usage and test vectors ---------------------- -The program takes two arguments: a 32-bytes hexadecimal string representing the 128-bit input block, and another 32-bytes hexadecimal string representing the 128-bit key. It then outputs the corresponding ciphertext in hexadecimal form. You can find some test vectors on the official NIST website [on this page](https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program/block-ciphers). +The program takes two arguments: a 32-bytes hexadecimal string representing the 128-bit input block, and another 32-bytes hexadecimal string representing the 128-bit key. It then outputs the corresponding ciphertext in hexadecimal form. +You can find some test vectors on the official NIST website [on this page](https://csrc.nist.gov/projects/cryptographic-algorithm-validation-program/block-ciphers). For example, with the following sample data set: ```