get things from one computer to another, safely
Go to file
Brian Warner 3aa7e22708 relay: don't require allocate(): first message creates the Channel
this enables pre-generated (human-offline-created) codes, as long as
they use a channel id high enough to avoid colliding with any allocated
ones.
2015-04-09 22:46:18 -05:00
docs update API docs 2015-03-25 17:02:57 -07:00
src/wormhole relay: don't require allocate(): first message creates the Channel 2015-04-09 22:46:18 -05:00
.gitattributes initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
.gitignore ignore twistd.pid 2015-04-09 11:47:01 -07:00
LICENSE Initial commit 2015-02-10 00:38:44 -08:00
MANIFEST.in initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00
README.md new name: magic-wormhole 2015-03-23 23:38:47 -07:00
setup.py require spake2==0.2, which uses Ed25519 as a default 2015-04-09 10:40:16 -07:00
versioneer.py initial setup.py, versioneer-ification 2015-02-10 00:48:19 -08:00

magic-wormhole

get things from one computer to another, safely