Skip to content

Commit 38e7c71

Browse files
committed
Fix merge conflicts
1 parent 7ae46dd commit 38e7c71

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
# multihash
22

3-
<<<<<<< HEAD
43
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
54
[![](https://img.shields.io/badge/project-multiformats-blue.svg?style=flat-square)](https://github.com/multiformats/multiformats)
65
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](https://webchat.freenode.net/?channels=%23ipfs)
76
[![](https://img.shields.io/badge/readme%20style-standard-brightgreen.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
87

9-
=======
10-
>>>>>>> Fixed github tagline
118
> Self identifying hashes
129
1310
Multihash is a protocol for differentiating outputs from various well-established cryptographic hash functions, addressing size + encoding considerations.
@@ -133,7 +130,6 @@ They disagree. :(
133130

134131
## Disclaimers
135132

136-
<<<<<<< HEAD
137133
Warning: **obviously multihash values bias the first two bytes**. Do not expect them to be uniformly distributed. The entropy size is `len(multihash) - 2`. Skip the first two bytes when using them with bloom filters, etc. Why not _ap_pend instead of _pre_pend? Because when reading a stream of hashes, you can know the length of the whole value, and allocate the right amount of memory, skip it, or discard it.
138134

139135
## Visual Examples
@@ -173,9 +169,6 @@ These are visual aids that help tell the story of why Multihash matters.
173169
## Maintainers
174170

175171
Captain: [@jbenet](https://github.com/jbenet).
176-
=======
177-
Warning: **obviously multihash values bias the first two bytes**. Do not expect them to be uniformly distributed. The entropy size is `len(multihash) - 2`. Skip the first two bytes when using them with bloom filters, etc. Why not _ap_-pend instead of _pre_-pend? Because when reading a stream of hashes, you can know the length of the hash (from the table).
178-
>>>>>>> Fix markdown issue with interword italics
179172

180173
## Contribute
181174

@@ -187,8 +180,4 @@ Small note: If editing the README, please conform to the [standard-readme](https
187180

188181
## License
189182

190-
<<<<<<< HEAD
191183
This repository is only for documents. All of these are licensed under the [CC-BY-SA 3.0](https://ipfs.io/ipfs/QmVreNvKsQmQZ83T86cWSjPu2vR3yZHGPm5jnxFuunEB9u) license © 2016 Protocol Labs Inc. Any code is under a [MIT](LICENSE) © 2016 Protocol Labs Inc.
192-
=======
193-
[MIT](LICENSE).
194-
>>>>>>> Fixed spelling error, added MIT License file

0 commit comments

Comments
 (0)