# crypto

crypto 全局的实现。

¥An implementation of the crypto global.

# 静态成员

¥Static members

  • function getRandomValues(array: Uint8Array): void
    

    用加密的强随机值填充 array

    ¥Fills array with cryptographically strong random values.