https://github.com/kn0sys/ecc-rs
Intuitive library for elliptic curve cryptography tutorials
https://github.com/kn0sys/ecc-rs
Last synced: 7 months ago
JSON representation
Intuitive library for elliptic curve cryptography tutorials
- Host: GitHub
- URL: https://github.com/kn0sys/ecc-rs
- Owner: kn0sys
- Created: 2024-10-16T04:09:04.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-19T17:51:44.000Z (8 months ago)
- Last Synced: 2025-04-09T18:15:30.050Z (7 months ago)
- Language: Jupyter Notebook
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-awesome-rust - kn0sys/ecc-rs - Intuitive library for elliptic curve cryptography tutorials [](https://crates.io/crates/kn0syseccrs) (Libraries / Cryptography)
- awesome-rust - kn0sys/ecc-rs - Intuitive library for elliptic curve cryptography tutorials [](https://crates.io/crates/kn0syseccrs) (Libraries / Cryptography)
README
[](https://github.com/kn0sys/ecc-rs/actions/workflows/rust.yml)
# ecc-rs
## Developing
* `git clone https://github.com/kn0sys/ecc-rs`
* `cd ecc-rs`
* `cargo test`
## Tutorials
* see the tutorials directory for jupyter notebooks
* install [jupyter-lab](https://jupyter.org/)
* install [evcxr](https://github.com/evcxr/evcxr/blob/main/evcxr_jupyter/README.md)
Reference: https://github.com/coinstudent2048/ecc_tutorials