This package is Elixir utility to work with BLS signature scheme supporting aggregation of signatures and public keys along with signature and verification.
Adds bls_ex
to your list of dependencies in mix.exs
:
def deps do
[
{:bls_ex, "~> 0.1.0"}
]
end
Documentation is available on Hexdocs