Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 304 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 304 Bytes

EccPlayground

Simple application for playing with elliptic curves. Supports elliptic curves over finite fields, with Weierstrass equation.

Build

$ mvn clean package
$ java -jar target/EccPlayground-1.0-SNAPSHOT-jar-with-dependencies.jar 

Overview

GitHub Logo