Binary Field Encodings (BFE) for Secure Scuttlebutt (SSB).
Go to file
glyph 3745289e98 add get_msg_type function 2022-05-06 18:35:04 +02:00
lib add get_msg_type function 2022-05-06 18:35:04 +02:00
test add elixir project files 2022-05-05 19:50:19 +02:00
.formatter.exs add elixir project files 2022-05-05 19:50:19 +02:00
.gitignore add elixir project files 2022-05-05 19:50:19 +02:00
README.md initial commit 2022-05-05 19:49:28 +02:00
mix.exs add elixir project files 2022-05-05 19:50:19 +02:00

README.md

SsbBfe

Binary Field Encodings (BFE) for Secure Scuttlebutt (SSB).

Installation

If available in Hex, the package can be installed by adding ssb_bfe to your list of dependencies in mix.exs:

def deps do
  [
    {:ssb_bfe, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ssb_bfe.