Skip to content

Commit

Permalink
amend README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdottori-stark committed Jan 7, 2020
1 parent 6391049 commit cfa7770
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@

### Overview

This is a Java fork of [ecdsa-python]

It is compatible with Java 8+ and OpenSSL.
It uses some elegant math as Jacobian Coordinates to speed up the ECDSA.
This is a pure Java implementation of the Elliptic Curve Digital Signature Algorithm (ECDSA). It is compatible with Java 8+ and OpenSSL. It uses some elegant math such as Jacobian Coordinates to speed up the ECDSA.

### Installation

Expand Down Expand Up @@ -126,7 +123,7 @@ NOTE: If you want to create a Digital Signature to use in the [Stark Bank], you
openssl base64 -in signatureBinary.txt -out signatureBase64.txt
```

With this library, you can do it:
You can also verify it with this library:

```java
import com.starkbank.ellipticcurve.utils.ByteString;
Expand Down

0 comments on commit cfa7770

Please sign in to comment.