Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajsomorovsky committed Aug 20, 2015
1 parent c7ad223 commit 8af0bb3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
# EccPlayground
Simple application for playing with elliptic curves
Simple application for playing with elliptic curves.
Supports elliptic curves over finite fields, with Weierstrass equation.

## Build
```bash
$ mvn clean package
$ java -jar target/EccPlayground-1.0-SNAPSHOT-jar-with-dependencies.jar
```

## Overview
![GitHub Logo](/doc/example.png)

0 comments on commit 8af0bb3

Please sign in to comment.