Skip to content

Commit 5f1e6df

Browse files
committed
Describe deviations between the original implementation
1 parent 3bbeafc commit 5f1e6df

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,9 @@ Implementation of [bitstream protocol](https://robinlinus.com/bitstream.pdf) in
44

55
# Example usage
66

7-
You can find an example of how to use this library in the [example](example) directory.
7+
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

Comments
 (0)