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
- Host: GitHub
- URL: https://github.com/gleam-lang/crypto
- Owner: gleam-lang
- License: apache-2.0
- Created: 2020-06-08T19:40:46.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-29T13:38:04.000Z (about 1 year ago)
- Last Synced: 2025-06-09T13:37:58.341Z (about 1 year ago)
- Topics: cryptography, gleam
- Language: Gleam
- Homepage: https://hexdocs.pm/gleam_crypto/
- Size: 47.9 KB
- Stars: 40
- Watchers: 3
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-gleam - gleam_crypto - [📚](https://hexdocs.pm/gleam_crypto/) - A Gleam cryptography library supporting Erlang and JavaScript (Packages / Cryptography)
README
# crypto

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