UNPKG

rsa-oaep-encryption

Version:

Pure JavaScript implementation of encryption using the RSA-OAEP algorithm without relying on the Web Crypto API.

26 lines (14 loc) 435 B
[**rsa-oaep-encryption**](../README.md) *** [rsa-oaep-encryption](../README.md) / HashAlgorithmCreator # Interface: HashAlgorithmCreator A hash algorithm creator. ## Methods ### create() ```ts create(): HashAlgorithm ``` #### Returns [`HashAlgorithm`](HashAlgorithm.md) #### Defined in [lib/defines.ts:20](https://github.com/JiangJie/rsa-oaep-encryption/blob/11c92d65840bc30800ad745b80b41f78d60b8626/src/lib/defines.ts#L20)