1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

add beecrypt, an open source cryptography library

This commit is contained in:
Ying-Chieh Liao 2001-03-04 04:37:05 +00:00
parent de700287ad
commit a460ae7d4e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39024
6 changed files with 51 additions and 0 deletions

View File

@ -7,6 +7,7 @@
SUBDIR += aide
SUBDIR += amavis-perl
SUBDIR += apg
SUBDIR += beecrypt
SUBDIR += bjorb
SUBDIR += bro
SUBDIR += bugs

View File

@ -0,0 +1,22 @@
# ex:ts=8
# New ports collection makefile for: beecrypt
# Date created: Mar 4, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= beecrypt
PORTVERSION= 2.0.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.virtualunlimited.com/download/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ijliao@FreeBSD.org
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>

View File

@ -0,0 +1 @@
MD5 (beecrypt-2.0.0.tar.gz) = dace63122099a089bcf450e378a0caea

View File

@ -0,0 +1 @@
BeeCrypt is an open source cryptography library

View File

@ -0,0 +1,23 @@
BeeCrypt is an open source cryptography library that contains highly
optimized C and assembler implementations of many well-known algorithms
including Blowfish, MD5, SHA-1, Diffie-Hellman, and ElGamal. Unlike
some other crypto libraries, BeeCrypt is not designed to solve one
specific problem, like file encryption, but to be a general purpose
toolkit which can be used in a variety of applications.
The BeeCrypt library currently includes:
- Entropy sources for initializing pseudo-random generators
- Pseudo-random generators: FIPS-186, Mersenne Twister
- Block ciphers: Blowfish
- Hash functions: MD5, SHA-1, SHA-256
- Keyed hash functions: MD5/HMAC, SHA-1/HMAC, SHA-256/HMAC
- Multi-precision integer library, with assembler-optimized routines
- Probabilistic primality testing, with optimized small prime trial
division
- Discrete logarithm parameter generation over a prime field
- Diffie-Hellman key agreement
- DHAES encryption scheme
- ElGamal signature scheme (two variants)
- Basic RSA primitives and key pair generation
WWW: http://beecrypt.virtualunlimited.com/

View File

@ -0,0 +1,3 @@
lib/libbeecrypt.so
lib/libbeecrypt.so.2
lib/libbeecrypt.so.2.0.0