mirror of
https://github.com/retspen/webvirtcloud
synced 2025-07-31 12:41:08 +00:00
Update spice-html5
This commit is contained in:
parent
34394c2b5e
commit
562fe5c3dc
36 changed files with 59278 additions and 1325 deletions
5
static/js/spice-html5/thirdparty/prng4.js
vendored
5
static/js/spice-html5/thirdparty/prng4.js
vendored
|
|
@ -77,3 +77,8 @@ function prng_newstate() {
|
|||
// Pool size must be a multiple of 4 and greater than 32.
|
||||
// An array of bytes the size of the pool will be passed to init()
|
||||
var rng_psize = 256;
|
||||
|
||||
export {
|
||||
prng_newstate,
|
||||
rng_psize,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue