Implement window.crypto.getRandomValues()

This commit is contained in:
Tim Taubert 2015-06-26 14:02:35 -07:00
parent 73b52c095a
commit 92874a89d2
14 changed files with 138 additions and 0 deletions

View file

@ -1075,6 +1075,7 @@ dependencies = [
"plugins 0.0.1",
"png 0.1.0 (git+https://github.com/servo/rust-png)",
"profile_traits 0.0.1",
"rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
"rustc-serialize 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
"script_traits 0.0.1",
"selectors 0.1.0 (git+https://github.com/servo/rust-selectors)",