raaz-crypto / raaz

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

integration of libverse #380

Closed piyush-kurur closed 5 years ago

piyush-kurur commented 6 years ago

This pull request gets libverse implementations into raaz. The status of various primitives is given below

piyush-kurur commented 5 years ago

Without support for truncation of Word64 to Word32 , blake2s requires a modification in the Hash memory type. Essentially we need something like HashMemory128 but for Word32. We differ this for later as it would be better to have the truncation and modify the blake2s implementation appropriately.