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) • 326 B
Markdown
[**rsa-oaep-encryption**](../README.md)
***
[rsa-oaep-encryption](../README.md) / sha1
# Variable: sha1
```ts
const sha1: HashAlgorithmCreator;
```
SHA-1 algorithm creator.
## Defined in
[lib/sha1.ts:27](https://github.com/JiangJie/rsa-oaep-encryption/blob/11c92d65840bc30800ad745b80b41f78d60b8626/src/lib/sha1.ts#L27)