套件:libghc-cipher-aes-dev(0.2.11-8 以及其他的)
libghc-cipher-aes-dev 的相關連結
Debian 的資源:
下載原始碼套件 haskell-cipher-aes:
- [haskell-cipher-aes_0.2.11-8.dsc]
- [haskell-cipher-aes_0.2.11.orig.tar.gz]
- [haskell-cipher-aes_0.2.11-8.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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: libatomic1 (>= 4.8)
- support library providing __atomic built-in functions
-
- dep: libc6 (>= 2.17)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: libghc-base-dev-4.11.1.0-7db1a
- 本虛擬套件由這些套件填實: ghc
-
- dep: libghc-byteable-dev-0.1.1-c9a0c
- 本虛擬套件由這些套件填實: libghc-byteable-dev
-
- dep: libghc-bytestring-dev-0.10.8.2-b3c02
- 本虛擬套件由這些套件填實: ghc
-
- dep: libghc-crypto-cipher-types-dev-0.0.9-22b87
- 本虛擬套件由這些套件填實: libghc-crypto-cipher-types-dev
-
- dep: libghc-securemem-dev-0.1.10-889c0
- 本虛擬套件由這些套件填實: libghc-securemem-dev
-
- dep: libgmp10
- Multiprecision arithmetic library
-
- sug: libghc-cipher-aes-doc
- Fast AES cipher implementation; documentation
-
- sug: libghc-cipher-aes-prof
- Fast AES cipher implementation; profiling libraries