raaz-crypto / raaz

Cryptographic library for Haskell
Apache License 2.0
68 stars 24 forks source link

Reorganise packages for better structure #400

Closed piyush-kurur closed 5 years ago

piyush-kurur commented 5 years ago

The goal of this pull request is to rationalise the structure of the various components of the raaz library. We have separated the components into the indef package which capture Implementations and api component that provide Interface modules.

The main raaz package is now merely a rexport of the raaz-indef package with all the implementations set to the default implementations.