summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1a4f8f7..65c66f0 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,12 @@ use \ParagonIE\ConstantTime\Encoding;
$data = random_bytes(32);
echo Encoding::base64Encode($data), "\n";
+echo Encoding::hexEncode($data), "\n";
```
-Example output: `hKBHmZuDM9N99tXDoSNrZVoQSpVChxKXjG85cuOuSYI=` \ No newline at end of file
+Example output:
+
+```
+hKBHmZuDM9N99tXDoSNrZVoQSpVChxKXjG85cuOuSYI=
+84a047999b8333d37df6d5c3a1236b655a104a95428712978c6f3972e3ae4982
+``` \ No newline at end of file