Popularity
7.3
Growing
Activity
3.2
Declining
11
8
6
Monthly Downloads: 5
Programming language: Haskell
License: LicenseRef-Apache
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.
-
crypto-pubkey
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic public key related algorithms in haskell (RSA,DSA,DH,ElGamal) -
crypto-numbers
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic number related function and algorithms -
crypto-random
DISCONTINUED. DEPRECATED - use cryptonite - Cryptographic random class and entropy gatherer with safe API for haskell
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
Promo
www.influxdata.com

Do you think we are missing an alternative of magic-wormhole or a related project?
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