ipld / specs

Content-addressed, authenticated, immutable data structures
Other
592 stars 108 forks source link

hashmap: document Filecoin HAMT variations #282

Closed rvagg closed 4 years ago

rvagg commented 4 years ago

I believe this is correct as of now, but there's some potential modifications that may happen prior to mainnet.

This section will get linked from https://github.com/ipfs/go-hamt-ipld/pull/52 and the Filecoin specs which currently just point to the top of this doc.

rvagg commented 4 years ago

re serialization in Rust:

👍

rvagg commented 4 years ago

They've switched to SHA2-256 for hashAlg upstream so the whole murmur3 hassle has gone away. Have updated the PR to match.

rvagg commented 4 years ago

932af7c