UNPKG

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
[**rsa-oaep-encryption**](../README.md) *** [rsa-oaep-encryption](../README.md) / sha384 # Variable: sha384 ```ts const sha384: HashAlgorithmCreator; ``` SHA-384 algorithm creator. ## Defined in [lib/sha512.ts:38](https://github.com/JiangJie/rsa-oaep-encryption/blob/11c92d65840bc30800ad745b80b41f78d60b8626/src/lib/sha512.ts#L38)