UNPKG

minigame-std

Version:

Mini Game Standard Development Library.

51 lines (36 loc) 1.4 kB
[**minigame-std**](../../README.md) *** [minigame-std](../../README.md) / cryptos # cryptos ## Index ### Namespaces | Namespace | Description | | ------ | ------ | | [rsa](namespaces/rsa/README.md) | - | ### Classes | Class | Description | | ------ | ------ | | [Md5](classes/Md5.md) | Md5 hash | ### Interfaces | Interface | Description | | ------ | ------ | | [RSAPublicKey](interfaces/RSAPublicKey.md) | The RSA public key. | ### Type Aliases | Type alias | Description | | ------ | ------ | | [SHA](type-aliases/SHA.md) | Supported hash algorithms. | | [UUID](type-aliases/UUID.md) | UUID. | ### Functions | Function | Description | | ------ | ------ | | [getRandomValues](functions/getRandomValues.md) | 获取密码学安全随机数。 | | [md5](functions/md5.md) | 计算字符串或者 buffer 的 MD5 值,结果用16进制字符串表示。 | | [randomUUID](functions/randomUUID.md) | 生成 UUID。 | | [sha1](functions/sha1.md) | 计算 SHA-1。 | | [sha1HMAC](functions/sha1HMAC.md) | 计算 SHA-1 HMAC。 | | [sha256](functions/sha256.md) | 计算 SHA-256。 | | [sha256HMAC](functions/sha256HMAC.md) | 计算 SHA-256 HMAC。 | | [sha384](functions/sha384.md) | 计算 SHA-384。 | | [sha384HMAC](functions/sha384HMAC.md) | 计算 SHA-384 HMAC。 | | [sha512](functions/sha512.md) | 计算 SHA-512。 | | [sha512HMAC](functions/sha512HMAC.md) | 计算 SHA-512 HMAC。 |