#cryptography #tutorial #intuitive #ecc #dalek

kn0syseccrs

Intuitive library for elliptic curve cryptography tutorials

3 unstable releases

0.2.1 Jan 31, 2025
0.2.0 Oct 22, 2024
0.1.0 Oct 16, 2024

#579 in Math

Download history 61/week @ 2024-10-23 1/week @ 2024-10-30 3/week @ 2024-11-06 4/week @ 2024-12-04 10/week @ 2024-12-11 2/week @ 2024-12-18 127/week @ 2025-01-29 10/week @ 2025-02-05

137 downloads per month

Apache-2.0

27KB
665 lines

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


lib.rs:

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

Dependencies

~4.5MB
~85K SLoC