Skip to content

Commit 3c6275e

Browse files
committed
update README.md
1 parent 9ab7c24 commit 3c6275e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It does not support, and we have no plans to ever support, the obsoletes
1717
## Usage
1818

1919
```ts
20-
import * as ece from "https://deno.land/x/http_ece@v0.0.5/mod.ts";
20+
import * as ece from "https://deno.land/x/http_ece@v0.1.0/mod.ts";
2121

2222
const input = new TextEncoder().encode("I am the walrus");
2323
const secret = new TextEncoder().encode("my_secret");
@@ -35,12 +35,11 @@ Package is also available as `@negrel/http_ece` on NPM.
3535

3636
- `aes128gcm` encryption and decryption
3737
- custom padding strategy supported
38-
- Web browser compatible
38+
- Web browser compatible (based on [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto))
3939

4040
## TODO
4141

42-
- [ ] Support the
43-
[Streams API](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API)
42+
- [ ] Support [Streams API](https://developer.mozilla.org/en-US/docs/Web/API/Streams_API)
4443

4544
## Contributing
4645

0 commit comments

Comments
 (0)