./security/libmultigest, Multiple, concatenated digest value calculation library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 20150211, Package name: libmultigest-20150211, Maintainer: agc

libmultigest is a library interface to calculate multiple digests at
the same time, without having to re-scan data. This is to protect
against any single digest algorithm being found to have second
pre-images. Up to 32 digests can be specified on the command line.

The data being used as input to the digest can be modified by using a
regular expression-based substitution operation, so that any Version
Control System identifiers can be normalised before being digested.
If no substitution regular expression is provided, the input data will
be used as-is.

The list of digests provided is:

BLAKE2, CRC32C, MD5, RMD160, SHA1, SHA256, SHA512,
SHA3-224, SHA3-256, SHA3-384, SHA3-512, SIZE,
TIGER, TIGER2, WHIRLPOOL


Required to build:
[pkgtools/cwrappers]

Version history: (Expand)


CVS history: (Expand)


   2020-01-19 00:36:14 by Roland Illig | Files touched by this commit (3046)
Log message:
all: migrate several HOMEPAGEs to https

pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
   2017-03-23 14:07:25 by Joerg Sonnenberger | Files touched by this commit (11)
Log message:
Remove unused/empty distinfo files.
   2014-03-05 06:14:42 by Alistair G. Crooks | Files touched by this commit (5) | Imported package
Log message:
Import libmultigest-20140304 into the packages collection

	libmultigest is a library interface to calculate multiple digests at
	the same time, without having to re-scan data.  This is to protect
	against any single digest algorithm being found to have second
	pre-images.  Up to 32 digests can be specified on the command line.

	The data being used as input to the digest can be modified by using a
	regular expression-based substitution operation, so that any Version
	Control System identifiers can be normalised before being digested.
	If no substitution regular expression is provided, the input data will
	be used as-is.

	The list of digests provided is:

		BLAKE2, CRC32C, MD5, RMD160, SHA1, SHA256, SHA512,
		SHA3-224, SHA3-256, SHA3-384, SHA3-512, SIZE,
		TIGER, TIGER2, WHIRLPOOL