Skip to content

pyropy/bitstream-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bitstream Go

Implementation of bitstream protocol in Go.

Example usage

You can find an example of how to use this library in the 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.

About

Atomic file swaps over BTC Lightning network.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages