https://github.com/haskell-crypto/cryptonite
Last synced: about 1 month ago
Repository metadata:
lowlevel set of cryptographic primitives for haskell
- Host: GitHub
- URL: https://github.com/haskell-crypto/cryptonite
- Owner: haskell-crypto
- License: other
- Archived: true
- Created: 2014-07-04T14:00:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T01:22:36.000Z (almost 2 years ago)
- Last Synced: 2024-10-29T21:59:32.820Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 2.08 MB
- Stars: 226
- Watchers: 16
- Forks: 139
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Owner metadata:
- Name: Haskell Crypto
- Login: haskell-crypto
- Email:
- Kind: organization
- Description:
- Website:
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/12975431?v=4
- Repositories: 5
- Last Synced at: 2024-03-25T21:11:03.365Z
- Profile URL: https://github.com/haskell-crypto
- Sponsor URL:
Committers metadata
Last synced: about 2 months ago
Total Commits: 1,067
Total Committers: 62
Avg Commits per committer: 17.21
Development Distribution Score (DDS): 0.396
Commits in past year: 0
Committers in past year: 0
Avg Commits per committer in past year: 0.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
Vincent Hanquez | v****t@s****g | 644 |
Olivier Chéron | o****n@g****m | 212 |
Luke Taylor | t****s@g****m | 24 |
John Galt | c****e | 19 |
Kei Hibino | e****o@g****m | 18 |
Kazu Yamamoto | k****u@i****p | 16 |
Baojun Wang | w****j@g****m | 15 |
Vincent Hanquez | v****t@t****o | 11 |
Olivier Chéron | o****n | 10 |
Carlos Rodriguez | c****g@y****s | 7 |
Nicolas DI PRIMA | n****s@p****k | 6 |
Crockett | e****o@a****m | 6 |
Bodigrim | a****o@g****m | 6 |
Nicolas DI PRIMA | n****s@d****r | 5 |
Sam Protas | s****s@g****m | 5 |
iquerejeta | q****i@i****o | 4 |
Colin Atkinson | c****n@g****m | 3 |
root | 2****4@q****m | 3 |
tdietert | t****t@m****u | 3 |
kinoru | x****u@g****m | 2 |
Brandon Hamilton | b****n@g****m | 2 |
Chris Martin | c****n@g****m | 2 |
Lars Petersen | i****o@l****t | 2 |
Maciej Pietrzak | m****k@g****m | 2 |
Sibi Prabakaran | s****i@p****n | 2 |
Will Song | w****g@t****m | 2 |
Alexander Vieth | a****h@g****m | 1 |
3noch | e****n@g****m | 1 |
The Gitter Badger | b****r@g****m | 1 |
Felix Paulusma | V****x | 1 |
and 32 more... |
Issue and Pull Request metadata
Last synced: about 1 month ago
Package metadata
- Total packages: 1
-
Total downloads:
- hackage: 165,206 total
- Total docker downloads: 89
- Total dependent packages: 99
- Total dependent repositories: 441
- Total versions: 31
- Total maintainers: 2
hackage: cryptonite
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) If anything cryptographic related is missing from here, submit a pull request to have it added. This package strives to be a cryptographic kitchen sink that provides cryptography for everyone. Evaluate the security related to your requirements before using. Read Crypto.Tutorial for a quick start guide.
- Homepage: https://github.com/haskell-crypto/cryptonite
- Licenses: BSD-3-Clause
- Latest release: 0.15.1 (published over 8 years ago)
- Last Synced: 2024-11-11T02:42:12.054Z (about 1 month ago)
- Versions: 31
- Dependent Packages: 99
- Dependent Repositories: 441
- Downloads: 165,206 Total
- Docker Downloads: 89
-
Rankings:
- Dependent packages count: 0.39%
- Downloads: 0.661%
- Dependent repos count: 0.961%
- Docker downloads count: 1.288%
- Average: 1.973%
- Forks count: 2.684%
- Stargazers count: 5.855%
- Maintainers (2)
Dependencies
- base * benchmark
- bytestring * benchmark
- cryptonite * benchmark
- deepseq * benchmark
- gauge * benchmark
- memory * benchmark
- random * benchmark
- Win32 *
- base *
- basement >=0.0.6
- bytestring *
- deepseq *
- ghc-prim *
- integer-gmp *
- memory >=0.14.18
- base <10 test
- bytestring * test
- cryptonite * test
- memory * test
- tasty * test
- tasty-hunit * test
- tasty-kat * test
- tasty-quickcheck * test