diff options
author | Jack Todaro <solpeth@posteo.org> | 2020-07-30 11:47:05 +1000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-01 09:02:49 +0100 |
commit | 71b63433d3d0f3a7d86cb9bc0c21adb428bd6e4e (patch) | |
tree | 7dfc342dee6b3d3a55534e2d9a469b150b992444 /dev-haskell/cipher-aes128/metadata.xml | |
parent | dev-haskell/authenticate-oauth: add package (diff) | |
download | gentoo-71b63433d3d0f3a7d86cb9bc0c21adb428bd6e4e.tar.gz gentoo-71b63433d3d0f3a7d86cb9bc0c21adb428bd6e4e.tar.bz2 gentoo-71b63433d3d0f3a7d86cb9bc0c21adb428bd6e4e.zip |
dev-haskell/cipher-aes128: add package
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Jack Todaro <solpeth@posteo.org>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/cipher-aes128/metadata.xml')
-rw-r--r-- | dev-haskell/cipher-aes128/metadata.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-haskell/cipher-aes128/metadata.xml b/dev-haskell/cipher-aes128/metadata.xml new file mode 100644 index 000000000000..3c77a6d727ea --- /dev/null +++ b/dev-haskell/cipher-aes128/metadata.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>haskell@gentoo.org</email> + <name>Gentoo Haskell</name> + </maintainer> + <longdescription> + Cipher-aes128 is an implementation of AES and common modes of operation. It borrows Hanquez's C AES code (see 'cipher-aes') but + is unique due to including compile-time detection of + NI compiler support, a slightly more functional interface + for GCM operations, exposure of 'Ptr' based operations via the .Internal module, and build-in crypto-api support. + Cipher-aes128 was originally developed as "'cipher-aes' plus trampolines", which has since been adopted into cipher-aes. + </longdescription> +</pkgmetadata> |