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

https://github.com/gleam-lang/crypto

⛓️ Crypto functionality for Gleam applications
https://github.com/gleam-lang/crypto

cryptography gleam

Last synced: 4 months ago
JSON representation

⛓️ Crypto functionality for Gleam applications

Awesome Lists containing this project

README

          

# crypto

GitHub release
Discord chat
![CI](https://github.com/gleam-lang/crypto/workflows/test/badge.svg?branch=main)

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
```