An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![build](https://github.com/kn0sys/ecc-rs/actions/workflows/rust.yml/badge.svg)](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