[**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/ff3594872b1efbdbc13aabe99588385e855b50dc/src/std/crypto/crypto_defines.ts#L21)

Supported hash algorithms.
