Comparing version 1.0.0-rc to 1.0.1-rc
@@ -5,9 +5,15 @@ # eos-ecc changelog | ||
### Patch | ||
- Updated dependency `universal-ecdsa`. | ||
- Added extra tests to private key to public key fn. | ||
### Major | ||
- Added `universal-ecdsa` package | ||
- Added `universal-ecdsa` package. | ||
- Removed signature validation | ||
- Removed signature validation. | ||
- Fix for invalid signature | ||
- Fix for invalid signature. | ||
@@ -18,5 +24,5 @@ ### Minor | ||
- Removed `hard-coverage` | ||
- Removed `hard-coverage`. | ||
- Removed `isomorphic-secp256k1` | ||
- Removed `isomorphic-secp256k1`. | ||
@@ -23,0 +29,0 @@ ### Patch |
{ | ||
"name": "eos-ecc", | ||
"version": "1.0.0-rc", | ||
"version": "1.0.1-rc", | ||
"description": "A universal JavaScript package for elliptic curve cryptography on the EOSIO blockchain.", | ||
@@ -79,4 +79,4 @@ "main": "public/index.js", | ||
"ripemd160-js": "^1.1.1", | ||
"universal-ecdsa": "^1.0.0" | ||
"universal-ecdsa": "^1.1.1" | ||
} | ||
} |
@@ -7,12 +7,4 @@ ![eos ecc logo](https://raw.githubusercontent.com/pur3miish/eos-ecc/main/static/eos-ecc.svg) | ||
A [universal JavaScript](https://en.wikipedia.org/wiki/Isomorphic_JavaScript) package for [elliptic curve cryptography](https://en.wikipedia.org/wiki/Elliptic-curve_cryptography), operations for the EOSIO blockchain. | ||
A [universal](https://en.wikipedia.org/wiki/Isomorphic_JavaScript) JavaScript [ECDSA](https://en.wikipedia.org/wiki/Elliptic_Curve_Digital_Signature_Algorithm) package for the EOSIO blockchain. | ||
**Features** | ||
- Signature generation & validation | ||
- Public key from private key | ||
- Generate cryptographic random key pair | ||
Built from [isomorphic-secp256k1](https://github.com/pur3miish/isomorphic-secp256k1) which has developed strategies to mitigate various [side channel attacks](https://en.wikipedia.org/wiki/Side-channel_attack). | ||
# Support | ||
@@ -19,0 +11,0 @@ |
16434
160
Updateduniversal-ecdsa@^1.1.1