cacophony: A library implementing the Noise protocol.

[ cryptography, library, public-domain ] [ Propose Tags ]
This version is deprecated.

This library implements the Noise protocol.


[Skip to Readme]

Modules

[Last Documentation]

  • Crypto
    • Noise
      • Crypto.Noise.Cipher
        • Crypto.Noise.Cipher.ChaChaPoly1305
      • Crypto.Noise.Curve
        • Crypto.Noise.Curve.Curve25519
      • Crypto.Noise.Descriptors
      • Crypto.Noise.Handshake
      • Crypto.Noise.Hash
        • Crypto.Noise.Hash.SHA256
      • Internal
        • Crypto.Noise.Internal.CipherState
        • Crypto.Noise.Internal.HandshakeState
        • Crypto.Noise.Internal.SymmetricHandshakeState
      • Crypto.Noise.Types

Flags

Manual Flags

NameDescriptionDefault
llvmDisabled
Automatic Flags
NameDescriptionDefault
hlintEnabled
doctestEnabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.9.0, 0.9.1, 0.9.2, 0.10.0, 0.10.1 (info)
Change log changelog.md
Dependencies base (>=4.8 && <4.9), bytestring, cryptonite, lens, memory, mtl [details]
License LicenseRef-PublicDomain
Author John Galt
Maintainer jgalt@centromere.net
Category Cryptography
Home page https://github.com/centromere/cacophony
Bug tracker https://github.com/centromere/cacophony/issues
Source repo head: git clone https://github.com/centromere/cacophony.git
Uploaded by jgalt at 2015-11-05T08:43:09Z
Distributions LTSHaskell:0.10.1, Stackage:0.10.1
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 8068 total (39 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-30 [all 5 reports]

Readme for cacophony-0.2.0

[back to package description]

cacophony

Build Status Haskell

This library implements the Noise protocol.