82d0100c0b
This package provides a simple, fast, self-contained copy of the Ed25519 public-key signature system with a clean interface. It also includes support for detached signatures, and thorough documentation on the design and implementation, including usage guidelines.
11 lines
254 B
Makefile
11 lines
254 B
Makefile
# $NetBSD: Makefile,v 1.1 2020/01/18 23:30:04 pho Exp $
|
|
|
|
DISTNAME= ed25519-0.0.5.0
|
|
CATEGORIES= security
|
|
|
|
MAINTAINER= pho@cielonegro.org
|
|
COMMENT= Ed25519 cryptographic signatures
|
|
LICENSE= mit
|
|
|
|
.include "../../mk/haskell.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|