Skip to content

Commit

Permalink
webrtc/: Specify sha256 and base64url
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Aug 19, 2022
1 parent 4b8e890 commit 7009f94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions webrtc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ The TLS certificate fingerprint in `/certhash` is a
[multibase](https://github.com/multiformats/multibase) encoded
[multihash](https://github.com/multiformats/multihash).

For compatibility implementations MUST support hash algorithm
[`sha-256`](https://github.com/multiformats/multihash) and base encoding
[`base64url`](https://github.com/multiformats/multibase). Implementations MAY
support other hash algorithms and base encodings, but they may not be able to
connect to all other nodes.

## Connection Establishment

### Browser to public Server
Expand Down

0 comments on commit 7009f94

Please sign in to comment.