From 5f96819f441e9bcd330701132a25d8657cb9bca7 Mon Sep 17 00:00:00 2001 From: Isaac Yonemoto Date: Mon, 18 Dec 2023 11:50:08 -0600 Subject: [PATCH] Add Elixir to minisign implementations (#138) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 95ea170..20ecb27 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ WAPM. * [minisign-php](https://github.com/soatok/minisign-php) is a PHP implementation. * [py-minisign](https://github.com/x13a/py-minisign) is a Python implementation. +* [minisign](https://hexdocs.pm/minisign/Minisign.html) is an Elixir implementation + (verification only) Signature determinism ---------------------