Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

one package for all the hashes #71

Closed
piyush-kurur opened this issue Nov 21, 2013 · 0 comments
Closed

one package for all the hashes #71

piyush-kurur opened this issue Nov 21, 2013 · 0 comments

Comments

@piyush-kurur
Copy link
Member

Currently we have a package for all sha family hashes. The idea was to keep a minimal
core i.e. hashes that are more or less standard. Therefore hashes that are not in the SHA family will have to be implemented in a separate package.

While justified in a way, I think it might be better to have all hash related stuff in one package called raaz-hash. It could mean the following rearrangement of modules.

Apart from the raaz-hash-sha package being renamed to raaz-hash, we can reorganize such that Raaz.Primitives.Hash from raaz-primitives,
Raaz.Hash.Test from the raaz-tests and Raaz.Hash package can now move
to the new raaz-hash package.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant