This commit is contained in:
Kagami Hiiragi 2014-12-31 14:22:16 +03:00
parent 26070c7fa6
commit 105f01ec7e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ With the help of browserify `eccrypto` provides different implementations for Br
* Use Node.js crypto module/library bindings where possible
* Use WebCryptoAPI where possible
* Promise-driven API
* Only secp256k1 curve, only HMAC-SHA-256 and AES-256-CBC for ECIES
* Only secp256k1 curve, only SHA-512 (KDF), HMAC-SHA-256 (HMAC) and AES-256-CBC for ECIES
### Native crypto API limitations