Install this package:
emerge -a dev-haskell/cipher-aes
If the package is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask dev-haskell/cipher-aes
Or alternatively:
emerge --autounmask-write -a dev-haskell/cipher-aes
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.2.11-r1 | 8 | ~amd64 ~arm64 ~ppc64 ~riscv ~x86 | 0/0.2.11-r1 |
<pkgmetadata> <maintainer type="project"> <email>haskell@gentoo.org</email> <name>Gentoo Haskell</name> </maintainer> <longdescription> Fast AES cipher implementation with advanced mode of operations. The modes of operations available are ECB (Electronic code book), CBC (Cipher block chaining), CTR (Counter), XTS (XEX with ciphertext stealing), GCM (Galois Counter Mode). The AES implementation uses AES-NI when available (on x86 and x86-64 architecture), but fallback gracefully to a software C implementation. The software implementation uses S-Boxes, which might suffer for cache timing issues. However do notes that most other known software implementations, including very popular one (openssl, gnutls) also uses similar implementation. If it matters for your case, you should make sure you have AES-NI available, or you'll need to use a different implementation. </longdescription> <upstream> <remote-id type="hackage">cipher-aes</remote-id> <remote-id type="github">vincenthz/hs-cipher-aes</remote-id> </upstream> </pkgmetadata>
Manage flags for this package:
euse -i <flag> -p dev-haskell/cipher-aes |
euse -E <flag> -p dev-haskell/cipher-aes |
euse -D <flag> -p dev-haskell/cipher-aes
| Flag | Description | 0.2.11-r1 |
|---|---|---|
| cpu_flags_x86_aes | ⚠️ | ✓ |
| cpu_flags_x86_ssse3 | ⚠️ | ✓ |
| Type | File | Size | Versions |
|---|
| Type | File | Size |
|---|---|---|
| DIST | cipher-aes-0.2.11.tar.gz | 33939 bytes |