curve25519-dalek-source/src/backend/serial/u64
Tony Arcieri 9480844b8d Switch from clear_on_drop to zeroize (fixes #281)
`zeroize` is WASM-friendly as it has no dependencies on C compilers.

Instead uses Rust's own volatile write semantics and compiler fences to
ensure zeroization is not elided by the compiler.
2019-10-23 16:39:21 -07:00
..
constants.rs Merge pull request #293 from dalek-cryptography/remove-build-rs 2019-10-23 14:44:46 -07:00
field.rs Switch from clear_on_drop to zeroize (fixes #281) 2019-10-23 16:39:21 -07:00
mod.rs Restructure source tree into serial and vector backends. 2019-01-18 01:49:40 -08:00
scalar.rs Switch from clear_on_drop to zeroize (fixes #281) 2019-10-23 16:39:21 -07:00