パッケージ: 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)
- __atomic ビルトイン関数を提供するサポートライブラリ
-
- dep: libc6 (>= 2.1.3)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: libghc-base-dev-4.11.1.0-3abbc
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-byteable-dev-0.1.1-f28ec
- 以下のパッケージによって提供される仮想パッケージです: libghc-byteable-dev
-
- dep: libghc-bytestring-dev-0.10.8.2-1e712
- 以下のパッケージによって提供される仮想パッケージです: ghc
-
- dep: libghc-crypto-cipher-types-dev-0.0.9-d1772
- 以下のパッケージによって提供される仮想パッケージです: libghc-crypto-cipher-types-dev
-
- dep: libghc-securemem-dev-0.1.10-a2788
- 以下のパッケージによって提供される仮想パッケージです: libghc-securemem-dev
-
- dep: libgmp10
- 多倍長精度演算ライブラリ
-
- sug: libghc-cipher-aes-doc
- Fast AES cipher implementation; documentation
-
- sug: libghc-cipher-aes-prof
- Fast AES cipher implementation; profiling libraries