Skip to content

Commit 053b5c4

Browse files
authored
Bump dependencies (#419)
1 parent c9c8ae6 commit 053b5c4

File tree

4 files changed

+567
-414
lines changed

4 files changed

+567
-414
lines changed

.cspell.jsonc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@
2828
],
2929
"ignorePaths": [
3030
".cspell.jsonc",
31-
"LICENSE"
31+
".gitignore",
32+
"LICENSE",
33+
"pyproject.toml",
3234
]
3335
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,15 @@
1010

1111
Elliptic Curve Integrated Encryption Scheme for secp256k1/curve25519 in Python.
1212

13-
Other language versions:
13+
Other language versions (curve25519 is not supported in some versions):
1414

1515
- [TypeScript](https://github.com/ecies/js)
1616
- [Rust](https://github.com/ecies/rs)
1717
- [Golang](https://github.com/ecies/go)
1818
- [WASM](https://github.com/ecies/rs-wasm)
1919
- [Java](https://github.com/ecies/java)
2020
- [Dart](https://github.com/ecies/dart)
21+
- [Ruby](https://github.com/ecies/rb)
2122

2223
You can also check a [web backend demo](https://github.com/ecies/py-demo).
2324

0 commit comments

Comments
 (0)