Skip to content

Haskell generic interface (type classes) for cryptographic algorithms

License

Notifications You must be signed in to change notification settings

klondi/crypto-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Haskell generic interface (type classes) for cryptographic algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Haskell 99.8%
  • Other 0.2%