pkgsrc/security/libgfshare/Makefile
agc f2123bea28 Initial import of libgfshare-1.0.5, a library which implements Shamir's
Secret Sharing Scheme, into the packages collection.

	In simple terms, this package provides a library for implementing the
	sharing of secrets and two tools for simple use-cases of the
	algorithm.  The library implements what is known as Shamir's method
	for secret sharing in the Galois Field 2^8.  In slightly simpler words,
	this is N-of-M secret-sharing byte-by-byte.  Essentially this allows
	us to split a secret S into any M shares S1..SM such that any N of
	those shares can be used to reconstruct S but any less than N shares
	yields no information whatsoever.
2014-11-02 20:38:16 +00:00

17 lines
452 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2014/11/02 20:38:16 agc Exp $
DISTNAME= libgfshare-1.0.5
CATEGORIES= security
MASTER_SITES= http://www.digital-scurf.org/files/libgfshare/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= agc@NetBSD.org
HOMEPAGE= http://www.digital-scurf.org/software/libgfshare
COMMENT= Library to implement Shamir's secret sharing scheme
LICENSE= mit
USE_TOOLS+= gmake pkg-config
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"