We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bbeafc commit 5f1e6dfCopy full SHA for 5f1e6df
README.md
@@ -4,4 +4,9 @@ Implementation of [bitstream protocol](https://robinlinus.com/bitstream.pdf) in
4
5
# Example usage
6
7
-You can find an example of how to use this library in the [example](example) directory.
+You can find an example of how to use this library in the [example](example) directory.
8
+
9
+# Deviations from the original protocol
10
11
+- Original protocol uses CompactInt to encode integers, and this implementation uses LittleEndian.
12
+- Original protocol signs encrypted root + payment hash using Schnorr signature, and this implementation signs encrypted root only.
0 commit comments