Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/main/asciidoc/java_oort.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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>>).

Expand Down