Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haskell-github-trust/crypto-api
Haskell generic interface (type classes) for cryptographic algorithms
https://github.com/haskell-github-trust/crypto-api
crypto cryptography haskell
Last synced: 17 days ago
JSON representation
Haskell generic interface (type classes) for cryptographic algorithms
- Host: GitHub
- URL: https://github.com/haskell-github-trust/crypto-api
- Owner: haskell-github-trust
- License: other
- Created: 2011-08-26T21:18:45.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T17:27:41.000Z (over 7 years ago)
- Last Synced: 2024-11-14T01:12:11.262Z (about 2 months ago)
- Topics: crypto, cryptography, haskell
- Language: Haskell
- Homepage:
- Size: 3.63 MB
- Stars: 28
- Watchers: 6
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
As stated in the .cabal, crypto-api is an interface for use by crypto consumers
and crypto implementors. If you build a traditional cryptographic primitive
(hash function, block cipher, etc) then please consider making it an instance
of the appropriate class such that users can easily move between
implementations or even algorithms.