diff options
author | erwin <erwin@FreeBSD.org> | 2005-12-18 00:00:52 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-12-18 00:00:52 +0800 |
commit | f5d42c2062b14dbdea325b65d12d220035b976a8 (patch) | |
tree | 900803cacfcfb5dc3820470bc4cf1a1301f7eb06 /security/Makefile | |
parent | eea8e59e3fdba2e7b53b9e569261ad4955627c23 (diff) | |
download | freebsd-ports-graphics-f5d42c2062b14dbdea325b65d12d220035b976a8.tar.gz freebsd-ports-graphics-f5d42c2062b14dbdea325b65d12d220035b976a8.tar.zst freebsd-ports-graphics-f5d42c2062b14dbdea325b65d12d220035b976a8.zip |
This is Encrypted MAC (EMAC), formerly known as Double MAC (DMAC).
Unlike HMAC, which reuses an existing one-way hash function, such as
MD5, SHA-1 or RIPEMD-160, EMAC reuses an existing block cipher to
produce a secure message authentication code (MAC).
WWW: http://search.cpan.org/dist/Digest-EMAC
PR: ports/90560
Submitted by: Gabor Kovesdan
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/Makefile b/security/Makefile index ab953ffcea3..f5b87fc50b7 100644 --- a/security/Makefile +++ b/security/Makefile @@ -335,6 +335,7 @@ SUBDIR += p5-Digest-Crc32 SUBDIR += p5-Digest-DJB SUBDIR += p5-Digest-DMAC + SUBDIR += p5-Digest-EMAC SUBDIR += p5-Digest-HMAC SUBDIR += p5-Digest-Hashcash SUBDIR += p5-Digest-Haval256 |