risc0-curve25519-dalek-source/src/backend
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
..
serial Switch from clear_on_drop to zeroize (fixes #281) 2019-10-23 16:39:21 -07:00
vector Switch from clear_on_drop to zeroize (fixes #281) 2019-10-23 16:39:21 -07:00
mod.rs Update copyright year. 2019-10-23 19:43:56 +00:00