diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:53:05 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2016-05-19 18:53:05 +0800 |
commit | 22084e17f721ebb9a063f5603491229fcfc70d9b (patch) | |
tree | 06f11bc7b351f3abf3bf5507405afdba5374614e /security/beecrypt | |
parent | 3f42e716135bc048b90cb6cca188f324e65c69dc (diff) | |
download | freebsd-ports-gnome-22084e17f721ebb9a063f5603491229fcfc70d9b.tar.gz freebsd-ports-gnome-22084e17f721ebb9a063f5603491229fcfc70d9b.tar.zst freebsd-ports-gnome-22084e17f721ebb9a063f5603491229fcfc70d9b.zip |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket
Diffstat (limited to 'security/beecrypt')
-rw-r--r-- | security/beecrypt/pkg-descr | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/security/beecrypt/pkg-descr b/security/beecrypt/pkg-descr index 69b82959f026..9c0497d157bf 100644 --- a/security/beecrypt/pkg-descr +++ b/security/beecrypt/pkg-descr @@ -5,19 +5,19 @@ 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 +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 + 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://sourceforge.net/projects/beecrypt |