Popularity
6.8
Growing
Activity
3.3
-
7
8
4

Monthly Downloads: 24
Programming language: Haskell
License: Apache License 2.0
Tags: Cryptography     Crypto    
Latest version: v0.3.3

magic-wormhole alternatives and similar packages

Based on the "crypto" category.
Alternatively, view magic-wormhole alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of magic-wormhole or a related project?

Add another 'crypto' Package

README

Magic Wormhole for Haskell

Library and command-line tools for interacting with Magic Wormhole in Haskell

Magic Wormhole lets you get things from one computer to another, safely.

Running tests

Install the python dependencies for running integration tests.

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

Now run the tests:

cabal test