raaz-crypto / raaz

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

Use explicit_bzero and friends #388

Closed piyush-kurur closed 5 years ago

piyush-kurur commented 5 years ago

Wipe memory using explicit_bzero and have flags to disable it if on old platform

piyush-kurur commented 5 years ago

Windows has SecureZeroMemory

piyush-kurur commented 5 years ago

OSX does not have a sensible option yet.