Skip to content

Commit

Permalink
Fix markdown issue with interword italics
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed Jan 19, 2017
1 parent 4889c02 commit 43c6ae2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
The MIT License (MIT)

<<<<<<< HEAD
Copyright (c) 2016 Protocol Labs Inc.
=======
Copyright (c) 2016 Juan Batiz-Benet
>>>>>>> Fixed spelling error, added MIT License file

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ They disagree. :(

## Disclaimers

<<<<<<< HEAD
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.

## Visual Examples
Expand Down Expand Up @@ -172,6 +173,9 @@ These are visual aids that help tell the story of why Multihash matters.
## Maintainers

Captain: [@jbenet](https://github.com/jbenet).
=======
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).
>>>>>>> Fix markdown issue with interword italics
## Contribute

Expand Down

0 comments on commit 43c6ae2

Please sign in to comment.