GlitchedPolygons / cecies

ECIES implementation in C using MbedTLS
Apache License 2.0
11 stars 5 forks source link

Use mbedtls's zeroize function instead of standard memset to wipe enc… #4

Closed GlitchedPolygons closed 4 years ago

GlitchedPolygons commented 4 years ago

Use MbedTLS's own per-platform zeroize function instead of the standard memset for cleaning up/wiping memory inside encrypt/decrypt functions.