From d3ea9377d428bcac348f00e5bfb71ad1e7afb796 Mon Sep 17 00:00:00 2001 From: Rye Date: Tue, 2 Jun 2026 00:10:29 +0200 Subject: [PATCH] fixed the 2 missed references to whispersystems.org Signed-off-by: Rye --- content/olm-megolm/olm.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/olm-megolm/olm.md b/content/olm-megolm/olm.md index 41ad859c..a9558195 100644 --- a/content/olm-megolm/olm.md +++ b/content/olm-megolm/olm.md @@ -320,11 +320,11 @@ Can be sent to olm at matrix.org. ## Acknowledgements The ratchet that Olm implements was designed by Trevor Perrin and Moxie -Marlinspike - details at https://whispersystems.org/docs/specifications/doubleratchet/. Olm is +Marlinspike - details at https://signal.org/docs/specifications/doubleratchet/. Olm is an entirely new implementation written by the Matrix.org team. [Curve25519]: http://cr.yp.to/ecdh.html -[Triple Diffie-Hellman]: https://whispersystems.org/blog/simplifying-otr-deniability/ +[Triple Diffie-Hellman]: https://signal.org/blog/simplifying-otr-deniability/ [HMAC-based key derivation function]: https://tools.ietf.org/html/rfc5869 [HKDF-SHA-256]: https://tools.ietf.org/html/rfc5869 [HMAC-SHA-256]: https://tools.ietf.org/html/rfc2104