All Versions
14
Latest Version
Avg Release Cycle
119 days
Latest Release
-

Changelog History
Page 1

  • v0.11.0 Changes

    • โž• Add support for deferred patterns
  • v0.10.1 Changes

    October 29, 2018
    • 0๏ธโƒฃ Set default GHC version to 8.4

    • ๐Ÿ‘Œ Support GHC > 8.0.2

    • โœ… Parse pattern names more efficiently in unit tests

    • ๐Ÿ‘‰ Use preferred Curve448 module from cryptonite

    • โž• Add list of supported handshake parameters to README

  • v0.10.0 Changes

    June 22, 2017
    • ๐Ÿ”จ Completely refactored API

    • โž• Added rev32 support

    • โœ‚ Removed examples because they are difficult to maintain

    • โž• Added noise-repl tool

  • v0.9.2 Changes

    March 09, 2017
    • โž• Added ability to export raw symmetric keys
  • v0.9.1 Changes

    December 29, 2016
    • ๐Ÿ‘ Enabled llvm flag support on executables

    • โœ‚ Removed deepseq library dependency

    • Disallowed reserved nonce (264 - 1)

    • ๐Ÿ›  Fixed problem with CipherState count not incrementing

  • v0.9.0 Changes

    December 20, 2016
    • โœ‚ Removed secondary key support (rev 31)

    • ๐Ÿ“‡ Renamed dh tokens (rev 31)

    • โž• Added Noise-C vectors

    • โœ… Regenerated test vectors

    • ๐Ÿ“ฆ Now using IsString instance of ScrubbedBytes from memory package

    • ๐Ÿ‘• Linting

  • v0.8.0 Changes

    August 04, 2016
    • ๐Ÿ“ฆ Exceptions are now provided by the safe-exceptions package (breaking API change)

    • โž• Added Noise_XXfallback pattern

    • Minor improvements to handshake pattern definition

    • โšก๏ธ Updated non-standard handshake patterns to conform with rev 30

    • ๐Ÿ›  Fixed bug which caused echo-server to read wrong public key

  • v0.7.0 Changes

    June 01, 2016
    • ๐Ÿ”จ Major API overhaul and refactoring

    • โž• Added test vector support

    • โž• Added secondary symmetric key support

    • โž• Added GHC 8.0.2 to unit tests

    • โœ‚ Removed Noise_XR

    • General code cleanup and other minor tweaks

  • v0.6.0 Changes

    April 06, 2016
    • โž• Added ability to abort handshakes based on the remote party's public key

    • ๐Ÿ‘Œ Improved documentation

    • Factored out ScrubbedBytes utilities to separate module

    • โž• Added echo-server and echo-client example

    • ๐Ÿ“‡ Renamed HandshakeStateParams to HandshakeOpts

  • v0.5.0 Changes

    February 22, 2016
    • โž• Added Curve448 support

    • ๐Ÿ”จ Major refactoring and API changes A DSL was created to represent handshake patterns.

    • โž• Added GHC 7.10.3 to unit tests