[**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";
```

Supported hash algorithms.

## Defined in

[src/std/crypto/crypto\_defines.ts:21](https://github.com/JiangJie/minigame-std/blob/8633d80114dee6c79033ec094d8233bd8263bedc/src/std/crypto/crypto_defines.ts#L21)
