Packages

Ed25519 signature functions - Gleam bindings for the Elixir `ed25519` package.

Current section

Files

Jump to
ged25519 README.md
Raw

README.md

# ged25519
[![Package Version](https://img.shields.io/hexpm/v/ged25519)](https://hex.pm/packages/ged25519)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/ged25519/)
Gleam bindings for the Elixir [`ed25519`](https://hex.pm/packages/ed25519) package.
```sh
gleam add ged25519@1
```
```gleam
import ged25519
pub fn main() -> Nil {
// TODO: An example of the project in use
}
```
Further documentation can be found at <https://hexdocs.pm/ged25519>.
## Development
```sh
gleam test # Run the tests
```