File tree Expand file tree Collapse file tree 4 files changed +567
-414
lines changed
Expand file tree Collapse file tree 4 files changed +567
-414
lines changed Original file line number Diff line number Diff line change 2828 ],
2929 "ignorePaths" : [
3030 " .cspell.jsonc" ,
31- " LICENSE"
31+ " .gitignore" ,
32+ " LICENSE" ,
33+ " pyproject.toml" ,
3234 ]
3335}
Original file line number Diff line number Diff line change 1010
1111Elliptic 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
2223You can also check a [ web backend demo] ( https://github.com/ecies/py-demo ) .
2324
You can’t perform that action at this time.
0 commit comments