Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# ecsol

This is an implementation of ellipctic curve secp256k in 100% written in solidity.
This is an implementation of elliptic curve secp256k which is 100% written in Solidity.

### Benchmark

Calculate a public key from a private key takes about 800,000 gas.
Calculating a public key from a private key takes about 800,000 gas.

### How to use.

Expand Down