https://github.com/timjp87/elixir_bls
Wrapper around the Herumi BLS 12-381 Elliptic Curve construction and signature aggregation scheme.
https://github.com/timjp87/elixir_bls
cryptography ecdsa-cryptography ecdsa-signature elixir elixir-lang signatures
Last synced: 24 days ago
JSON representation
Wrapper around the Herumi BLS 12-381 Elliptic Curve construction and signature aggregation scheme.
- Host: GitHub
- URL: https://github.com/timjp87/elixir_bls
- Owner: timjp87
- License: mit
- Created: 2019-06-02T06:40:47.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T19:33:45.000Z (about 6 years ago)
- Last Synced: 2026-03-25T16:48:24.373Z (3 months ago)
- Topics: cryptography, ecdsa-cryptography, ecdsa-signature, elixir, elixir-lang, signatures
- Language: Elixir
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bls
[](https://circleci.com/gh/timjp87/elixir-bls)
Elixir wrapper around the Herumi BLS 12-381 eliptic curve and signature scheme EWASM precompile.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `bls` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:bls, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/bls](https://hexdocs.pm/bls).