Skip to content

Commit

Permalink
Merge pull request #145 from multiformats/feat/tls
Browse files Browse the repository at this point in the history
add a TLS multicodec
  • Loading branch information
Stebalien authored Aug 12, 2019
2 parents ba90699 + 8dd1bfb commit 545181e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ onion, multiaddr, 0x01bc,
onion3, multiaddr, 0x01bd,
garlic64, multiaddr, 0x01be, I2P base64 (raw public key)
garlic32, multiaddr, 0x01bf, I2P base32 (hashed public key or encoded public key/checksum+optional secret)
tls, multiaddr, 0x01c0,
quic, multiaddr, 0x01cc,
ws, multiaddr, 0x01dd,
wss, multiaddr, 0x01de,
Expand Down

0 comments on commit 545181e

Please sign in to comment.