ecrust-isogeny 0.1.1

Isogeny abstractions and scaffolding for the ecrust ecosystem.
Documentation
1
2
3
4
5
6
7
8
9
//! Isogeny computations between elliptic curves.
//!
//! This crate provides algorithms for computing isogenies, their kernels,
//! and the induced maps on points.  It is built on top of:
//!   * `fp`  – finite field arithmetic
//!   * `ec`  – elliptic curve group law

pub mod isogeny;
pub mod kernel;