raaz-crypto / raaz

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

Reworking the core memory and pointer interface #432

Closed piyush-kurur closed 3 years ago

piyush-kurur commented 3 years ago

Got rid of the reader monad MT and made things explicit Reworked the pointer interface Internal access to memory elements makes safe transfer between memories possible.