Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/helium/erlang-pbc
Pairwise crypto
https://github.com/helium/erlang-pbc
Last synced: 5 days ago
JSON representation
Pairwise crypto
- Host: GitHub
- URL: https://github.com/helium/erlang-pbc
- Owner: helium
- License: apache-2.0
- Created: 2018-03-30T22:04:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T21:57:43.000Z (over 3 years ago)
- Last Synced: 2024-04-14T17:00:28.137Z (7 months ago)
- Language: C
- Size: 723 KB
- Stars: 7
- Watchers: 30
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.