ghc-crypton
Cryptography Primitives sink
This package provides a repository of cryptographic primitives.
Symmetric ciphers: AES, DES, 3DES, CAST5, Blowfish, Twofish, Camellia, RC4, Salsa, XSalsa, ChaCha.
Hash: SHA1, SHA2, SHA3, SHAKE, MD2, MD4, MD5, Keccak, Skein, Ripemd, Tiger, Whirlpool, Blake2.
MAC: HMAC, KMAC, Poly1305
Asymmetric crypto: DSA, RSA, DH, ECDH, ECDSA, ECC, Curve25519, Curve448, Ed25519, Ed448
Key Derivation Function: PBKDF2, Scrypt, HKDF, Argon2, BCrypt, BCryptPBKDF
Cryptographic Random generation: System Entropy, Deterministic Random Generator
Data related: Anti-Forensic Information Splitter (AFIS)
- Versions: 0.34
- Website: https://github.com/kazu-yamamoto/crypton
- Licenses: Modified BSD
- Package source: gnu/packages/haskell-crypto.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of ghc-crypton as follows:
guix install ghc-crypton
Or install a particular version:
guix install ghc-crypton@0.34
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of ghc-crypton about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ghc-crypton'><img src='https://packages.guix.gnu.org/packages/ghc-crypton/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ghc-crypton)
Example Org:
[[https://packages.guix.gnu.org/packages/ghc-crypton][https://packages.guix.gnu.org/packages/ghc-crypton/badges/latest-version.svg]]