README.md
# crypto
<a href="https://github.com/gleam-lang/crypto/releases"><img src="https://img.shields.io/github/release/gleam-lang/crypto" alt="GitHub release"></a>
<a href="https://discord.gg/Fm8Pwmy"><img src="https://img.shields.io/discord/768594524158427167?color=blue" alt="Discord chat"></a>

A Gleam cryptography library supporting Erlang and JavaScript.
On JavaScript this package uses Node crypto APIs that are available in server
runtimes such as NodeJS, Bun, and Deno, but are not available in web browsers.
## Installation
```
gleam add gleam_crypto@1
```