]> git.codecow.com Git - Monocypher.git/commit
Fixed erroneous crypto_wipe() calls
authorLoup Vaillant <loup@loup-vaillant.fr>
Sun, 28 Jan 2018 23:31:00 +0000 (00:31 +0100)
committerLoup Vaillant <loup@loup-vaillant.fr>
Sun, 28 Jan 2018 23:35:51 +0000 (00:35 +0100)
commitd7bb73f65a852b4748097c4c7bfcf9d39ed2b7df
tree8f35cfb19ee5a67a4fa3d34e617f0bdc3ba59223
parent078850cdd57f737e46ad383b9b0f7cb1d032feef
Fixed erroneous crypto_wipe() calls

And used convenience macros in the process, depending on whether we wipe
a buffer or a structure (generally a context).  The redundancy led to
some errors, which should be fixed by now.
src/monocypher.c
src/optional/sha512.c