Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 348 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 348 Bytes

Decibel

Decibel is an Elixir implementation of the Noise Protocol Framework.

Installation

The package can be installed by adding decibel to your list of dependencies in mix.exs:

def deps do
  [
    {:decibel, "~> 0.2.0"}
  ]
end

Documentation can be found at https://hexdocs.pm/decibel.