Skip to content

Commit a93922e

Browse files
authored
Update SSQ.md
1 parent e44c287 commit a93922e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SSQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SimpleSquanch (SSQ)
2-
2+
33
The squanchy alternative to SSQ inspired by the [Varint serializer of Protocol Buffer](https://developers.google.com/protocol-buffers/docs/encoding#varints) and @metachris's [minimalistic approach](https://github.com/metachris/binary-serializer#base-128-varints). It is also an alternative to [Solidity's encodePacked()](https://docs.soliditylang.org/en/latest/abi-spec.html?highlight=encode#non-standard-packed-mode) which requires fixed-length fields and at most 1 variable-length field to decode without ambiguity.
44

55
## What is it?

0 commit comments

Comments
 (0)