#tutorial #cryptography #developing #kn0syseccrs

kn0syseccrs

Intuitive library for elliptic curve cryptography tutorials

4 releases

0.2.2 Mar 19, 2025
0.2.1 Jan 31, 2025
0.2.0 Oct 22, 2024
0.1.0 Oct 16, 2024

#816 in Math

Download history 83/week @ 2025-01-25 51/week @ 2025-02-01 3/week @ 2025-02-08 104/week @ 2025-03-15 32/week @ 2025-03-22 1/week @ 2025-03-29 1/week @ 2025-04-05

138 downloads per month

Apache-2.0

27KB
664 lines

An intuitive ECC library wrapped around Dalek Cryptography for tutorial purposes.


build

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
  • install evcxr

Reference: https://github.com/coinstudent2048/ecc_tutorials

Dependencies

~4.5MB
~85K SLoC