Initial commit - Event Planner application
This commit is contained in:
3
node_modules/@lukeed/csprng/browser/index.mjs
generated
vendored
Normal file
3
node_modules/@lukeed/csprng/browser/index.mjs
generated
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export function random(len) {
|
||||
return crypto.getRandomValues(new Uint8Array(len));
|
||||
}
|
||||
Reference in New Issue
Block a user