You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@milagro.apache.org by GitBox <gi...@apache.org> on 2020/05/11 05:09:56 UTC

[GitHub] [incubator-milagro-crypto-rust] kirk-baird opened a new issue #33: Zero all required secrets

kirk-baird opened a new issue #33:
URL: https://github.com/apache/incubator-milagro-crypto-rust/issues/33


   # What is the issue
   
   Items such as secret keys should be zeroed before the memory is freed.
   
   This can be acomplished through the crate [zeroize](https://docs.rs/zeroize/1.1.0/zeroize/index.html)
   
   This should include any subroutines. e.g. secret key are then converted to `Big` and used for multiplication any copies or other leaks of information should be zeroed.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@milagro.apache.org
For additional commands, e-mail: issues-help@milagro.apache.org