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

@ -53,6 +53,7 @@ extern crate rustc_serialize;
extern crate time;
extern crate canvas;
extern crate canvas_traits;
extern crate rand;
extern crate profile_traits;
extern crate script_traits;
extern crate selectors;