Skip to content

Commit ad1214d

Browse files
committed
fix
1 parent e6aa815 commit ad1214d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ decryptTextSymmetrically(
271271
textDecoder?: TextDecoder
272272
): Promise<string>
273273
```
274+
274275
- `key`: A symmetric key previously generated with `createSymmetricKeyFromText`.
275276
- `encryptedText`: The string value to decrypt (encrypted with compatible methods/settings).
276277
- `urlSafe` (optional): If `true` (default), expects `base64url`; if `false`, expects regular `base64`.

0 commit comments

Comments
 (0)