Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: multiformats/multiaddr
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d33c91530f1ed2b0ada028b89ce6b0ee06048113
Choose a base ref
..
head repository: multiformats/multiaddr
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1c458902885a71dedaa2d4c963adfcca957b97bf
Choose a head ref
Showing with 3 additions and 4 deletions.
  1. +3 −4 README.md
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -115,10 +115,9 @@ explicitely noted otherwise. In case of conversion errors implementation must
refuse to process the given string/binary value and report the error to the caller
instead.

While all codec types may be encoded using the standard variable length encoding,
some may also allow being encoded into a specific static-length binary value
without the extra length information if this is noted in the respective codec's
description.
Depending on the codec type codecs may either be encoded using the standard variable
length encoding style, or into a specific static-length binary value without the
extra length information if this is noted in the respective codec's description.

All code examples are written in Python-based pseudo code and are optimized for
legibility rather than speed. In general you should always use existing libraries