From ff1a3cb811dcaafc013713de67240ad1dea492ec Mon Sep 17 00:00:00 2001 From: Thomas Eizinger Date: Fri, 30 Sep 2022 10:58:23 +1000 Subject: [PATCH] Don't use multihash for noise prologue --- webrtc/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webrtc/README.md b/webrtc/README.md index f50c40063..5c9b043e1 100644 --- a/webrtc/README.md +++ b/webrtc/README.md @@ -300,8 +300,7 @@ After [Connection Establishment](#connection-establishment): specifically _A_ and _B_ set the Noise _Prologue_ to `libp2p-webrtc-noise:` before starting the actual Noise handshake. `` is the concatenation of the two TLS fingerprints - of _A_ and _B_ in their multihash byte representation, sorted in ascending - order. + of _A_ and _B_ sorted in ascending order. On Chrome _A_ can access its TLS certificate fingerprint directly via `RTCCertificate#getFingerprints`. Firefox does not allow _A_ to do so. Browser