Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 337 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 337 Bytes

CodeSigning

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

Installation

If available in Hex, the package can be installed by adding code_signing to your list of dependencies in mix.exs:

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