Skip to content

Commit e6aa815

Browse files
committed
fix
1 parent bc55f64 commit e6aa815

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
@@ -177,6 +177,7 @@ new SingleCryptText(
177177
textDecoder?: TextDecoder
178178
)
179179
```
180+
180181
- `text`: The secret string to use as a key (should be high-entropy, such as a 32-byte random string).
181182
- `urlSafe` (optional): Use `base64url` encoding (`true`, default) or regular `base64` (`false`).
182183
- `extractable` (optional): Whether the generated cryptographic key is extractable. Defaults to `false`.

0 commit comments

Comments
 (0)