Skip to content

Commit

Permalink
Describe deviations between the original implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
pyropy committed Mar 16, 2024
1 parent 3bbeafc commit 5f1e6df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ Implementation of [bitstream protocol](https://robinlinus.com/bitstream.pdf) in

# Example usage

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.

# Deviations from the original protocol

- Original protocol uses CompactInt to encode integers, and this implementation uses LittleEndian.
- Original protocol signs encrypted root + payment hash using Schnorr signature, and this implementation signs encrypted root only.

0 comments on commit 5f1e6df

Please sign in to comment.