remove all possible unsafe code in crypto (#1168)
* use #[repr(C)] for all hash types * use a zeroed buffer in crypto::ec::sign * eliminate most usages of unsafe in crypto::ecdh::agree * eliminate all possible unsafety in crypto module
parent
87d0f09a
Please register or sign in to comment