Spaces:
Sleeping
Sleeping
| import { randomBytes } from 'crypto'; | |
| export function random(len) { | |
| return randomBytes(len); | |
| } | |
| import { randomBytes } from 'crypto'; | |
| export function random(len) { | |
| return randomBytes(len); | |
| } | |