Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/helium/erlang-pbc

Pairwise crypto
https://github.com/helium/erlang-pbc

Last synced: 5 days ago
JSON representation

Pairwise crypto

Awesome Lists containing this project

README

        

# erlang-pbc

![CI](https://github.com/helium/erlang-pbc/workflows/CI/badge.svg)

Building
--------

Fork the repo and simply use `make` to build the library. You will
need `cmake` installed to build the NIFs.

To run the tests run `make test`.

## Cross compilation

Cross-compilation requires the environment variable `ERTS_INCLUDE_DIR`
defined as the target directory containing `erl_nif.h`,
e.g. `ERTS_INCLUDE_DIR=target/usr/lib/erlang/erts-/include`.