From 7b575701906615ad74e39f29a8dd5688debf146c Mon Sep 17 00:00:00 2001 From: Thomas Leplus Date: Thu, 16 Jan 2025 22:56:28 +1300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 15f0b8b5..7fcaddfb 100755 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Using this class introduces a small memory overhead compared to using an [`java.util.ArrayList`](https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html) directly. Typically that overhead is the size of an empty [`java.util.Vector`](https://docs.oracle.com/javase/8/docs/api/java/util/Vector.html), e.g. 48 bytes on Oracle Java HotSpot 1.8.0 for Windows (64-Bit). -## Digital Signature +# Digital Signature Releases of Ristretto are digitally signed. You can verify the signature using the following [public key 3F147B345EADE8C92DA0C0006B1B9BE54C155617](https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x6b1b9be54c155617). I recommend that you verify the signature of all your dependencies: @@ -127,7 +127,7 @@ You can also use my convenient docker image (shameless plug): See [here](https://github.com/leplusorg/docker-pgp-verify-jar) for details. -## License +# License Copyright 2016-present Thomas Leplus