From 2cc22e3cc7314ee57666a0ad5f44a43ab8022a31 Mon Sep 17 00:00:00 2001 From: Daniele Levis <46967326+dlevis85@users.noreply.github.com> Date: Wed, 17 Sep 2025 12:42:14 +0200 Subject: [PATCH] Update java_oort.adoc Algorithm is SHA-512 (not SHA-1) --- src/main/asciidoc/java_oort.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/java_oort.adoc b/src/main/asciidoc/java_oort.adoc index 8cfee01..030164c 100644 --- a/src/main/asciidoc/java_oort.adoc +++ b/src/main/asciidoc/java_oort.adoc @@ -528,7 +528,7 @@ containing an extension field that is peculiar to Oort with the following format The `oortURL` field is the URL of the node that initiates the handshake; the `cometURL` field is the URL of the node that receives the handshake; the -`oortSecret` is the base64 encoding of the SHA-1 digested bytes of the +`oortSecret` is the base64 encoding of the SHA-512 digested bytes of the pre-shared secret of the initiating Oort node (see the earlier section, <<_java_oort_common_configuration,the Oort common configuration section>>).