# crypto
An implementation of the crypto
global on top of WASI. Requires a WASI-enabled host and opting into WASI in the entry file with
import "wasi";
# Static members
- Fills
function getRandomValues(array: Uint8Array): void
array
with cryptographically strong random values.
← console