Skip to content

Commit

Permalink
Merge pull request #111 from holochain/feature-holochain-address
Browse files Browse the repository at this point in the history
Add several varint prefix codes + lenghts for Holochain IDs
  • Loading branch information
Stebalien committed Feb 12, 2019
2 parents 170ecc0 + 644328b commit 1c8ef85
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions table.csv
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,13 @@ leofcoin-block, Leofcoin Block, 0x81
leofcoin-tx, Leofcoin Transaction, 0x82
leofcoin-pr, Leofcoin Peer Reputation, 0x83

holochain-key-v0, Holochain v0 public key + 8 R-S (63 x Base-32), 0x947124
holochain-key-v1, Holochain v1 public key + 8 R-S (63 x Base-32), 0x957124
holochain-adr-v0, Holochain v0 address + 8 R-S (63 x Base-32), 0x807124
holochain-adr-v1, Holochain v1 address + 8 R-S (63 x Base-32), 0x817124
holochain-sig-v0, Holochain v0 signature + 8 R-S (63 x Base-32), 0xa27124
holochain-sig-v1, Holochain v1 signature + 8 R-S (63 x Base-32), 0xa37124

torrent-info, Torrent file info field (bencoded), 0x7b
torrent-file, Torrent file (bencoded), 0x7c
ed25519-pub, Ed25519 public key, 0xed
Expand Down

0 comments on commit 1c8ef85

Please sign in to comment.