Binary Field Encodings (BFE) for Secure Scuttlebutt (SSB).
Go to file
2022-09-20 11:25:27 +01:00
lib add sig encoder and improve base64 extractor 2022-09-20 11:25:27 +01:00
test add tests for classic feed and message encoding 2022-09-19 17:59:42 +01: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
mix.exs update manifest 2022-09-19 16:39:48 +01:00
README.md initial commit 2022-05-05 19:49:28 +02:00

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.