Skip to content

Commit 8af0bb3

Browse files
Update README.md
1 parent c7ad223 commit 8af0bb3

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# EccPlayground
2-
Simple application for playing with elliptic curves
2+
Simple application for playing with elliptic curves.
3+
Supports elliptic curves over finite fields, with Weierstrass equation.
4+
5+
## Build
6+
```bash
7+
$ mvn clean package
8+
$ java -jar target/EccPlayground-1.0-SNAPSHOT-jar-with-dependencies.jar
9+
```
10+
11+
## Overview
12+
![GitHub Logo](/doc/example.png)

0 commit comments

Comments
 (0)