Binary Field Encodings (BFE) for Secure Scuttlebutt (SSB).
lib | ||
test | ||
.formatter.exs | ||
.gitignore | ||
mix.exs | ||
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.