You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package is Elixir utility to work with BLS signature scheme supporting aggregation of signatures and public keys along with signature and verification.
4
4
5
5
## Installation
6
6
7
-
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
8
-
by adding `bls_ex` to your list of dependencies in `mix.exs`:
7
+
Adds `bls_ex` to your list of dependencies in `mix.exs`:
9
8
10
9
```elixir
11
10
defdepsdo
@@ -15,7 +14,6 @@ def deps do
15
14
end
16
15
```
17
16
18
-
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
19
-
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
20
-
be found at <https://hexdocs.pm/bls_ex>.
17
+
## Documentation
21
18
19
+
Documentation is [available on Hexdocs](https://hexdocs.pm/bls_ex)
0 commit comments