软件包:libghc-cipher-aes-dev(0.2.11-10 以及其他的) [debports]
Fast AES cipher implementation
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 note that most other known software implementations, including very popular one (openssl, gnutls) also uses same 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.
This package provides a library for the Haskell programming language. See http://www.haskell.org/ for more information on Haskell.
其他与 libghc-cipher-aes-dev 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.27)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libghc-base-dev-4.15.1.0-1d063
- 本虚包由这些包填实: ghc
-
- dep: libghc-byteable-dev-0.1.1-83129
- 本虚包由这些包填实: libghc-byteable-dev
-
- dep: libghc-bytestring-dev-0.10.12.1-c6fe5
- 本虚包由这些包填实: ghc
-
- dep: libghc-securemem-dev-0.1.10-70568
- 本虚包由这些包填实: libghc-securemem-dev
-
- dep: libgmp10 (>= 2:6.2.1+dfsg1)
- 多精度运算库