crypto
<img src="https://img.shields.io/github/release/gleam-experiments/crypto" alt="GitHub release"><img src="https://img.shields.io/badge/freenode%20chat-%23gleam--lang-blue" alt="IRC: #gleam-lang on chat.freenode.net">Gleam bindings to the BEAM cryptography functions.
Installation
This package can be installed by adding gleam_crypto to your rebar.config
dependencies:
{deps, [
gleam_crypto
]}.