rsa-oaep-encryption
Version:
Pure JavaScript implementation of encryption using the RSA-OAEP algorithm without relying on the Web Crypto API.
18 lines (10 loc) • 338 B
Markdown
[**rsa-oaep-encryption**](../README.md)
***
[rsa-oaep-encryption](../README.md) / sha512
# Variable: sha512
```ts
const sha512: HashAlgorithmCreator;
```
SHA-512 algorithm creator.
## Defined in
[lib/sha512.ts:47](https://github.com/JiangJie/rsa-oaep-encryption/blob/11c92d65840bc30800ad745b80b41f78d60b8626/src/lib/sha512.ts#L47)