Initial commit

This commit is contained in:
Chad Retz 2018-05-10 09:56:20 -05:00
commit 0b0a87865f
1 changed files with 9 additions and 0 deletions

9
README.md Normal file
View File

@ -0,0 +1,9 @@
# Bine
Under development. Goals:
* Golang equivalent of https://stem.torproject.org/ (e.g. a maintained https://github.com/yawning/bulb)
* Support everything Stem supports
* Provide Golang abstractions (net.Conn, net.Listener) on onion services
* Key generation utilities
* Support statically compiled Tor (akin to how I did https://github.com/cretz/rtsw-poc)