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) / sha256 # Variable: sha256 ```ts const sha256: HashAlgorithmCreator; ``` SHA-256 algorithm creator. ## Defined in [lib/sha256.ts:35](https://github.com/JiangJie/rsa-oaep-encryption/blob/11c92d65840bc30800ad745b80b41f78d60b8626/src/lib/sha256.ts#L35)