An open API service indexing awesome lists of open source software.

https://github.com/archethic-foundation/bls_ex


https://github.com/archethic-foundation/bls_ex

archethic bls cryptography elixir

Last synced: 19 days ago
JSON representation

Awesome Lists containing this project

README

        

# BlsEx

This package is Elixir utility to work with BLS signature scheme supporting aggregation of signatures and public keys along with signature and verification.

## Installation

Adds `bls_ex` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:bls_ex, "~> 0.1.0"}
]
end
```

## Documentation

Documentation is [available on Hexdocs](https://hexdocs.pm/bls_ex)