From 0b0a87865ffa77d44da4ae9b067d9efe3b9797c6 Mon Sep 17 00:00:00 2001 From: Chad Retz Date: Thu, 10 May 2018 09:56:20 -0500 Subject: [PATCH] Initial commit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..961098c --- /dev/null +++ b/README.md @@ -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) \ No newline at end of file