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
- Host: GitHub
- URL: https://github.com/archethic-foundation/bls_ex
- Owner: archethic-foundation
- License: mit
- Created: 2024-06-28T13:51:18.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2025-05-07T14:52:59.000Z (27 days ago)
- Last Synced: 2025-05-07T15:49:57.741Z (27 days ago)
- Topics: archethic, bls, cryptography, elixir
- Language: Elixir
- Size: 3.44 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)