UNPKG

minigame-std

Version:

Mini Game Standard Development Library.

16 lines (9 loc) 403 B
[**minigame-std**](../../../README.md) *** [minigame-std](../../../README.md) / [cryptos](../README.md) / SHA # Type Alias: SHA ```ts type SHA = "SHA-1" | "SHA-256" | "SHA-384" | "SHA-512"; ``` Defined in: [src/std/crypto/crypto\_defines.ts:21](https://github.com/JiangJie/minigame-std/blob/fdb22241c47c2e98329a4c62befde728957e03ee/src/std/crypto/crypto_defines.ts#L21) Supported hash algorithms.