Ecosyste.ms: Awesome

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

https://github.com/benknowles/code_signing

Elixir library for signing and verifying BEAM files with Ed25519 signatures
https://github.com/benknowles/code_signing

Last synced: about 2 months ago
JSON representation

Elixir library for signing and verifying BEAM files with Ed25519 signatures

Lists

README

        

# CodeSigning

Elixir code signing and verification by embedding Ed25519 signatures in BEAM files.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `code_signing` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:code_signing, "~> 0.1.0"}
]
end
```