This commit is contained in:
Kagami Hiiragi 2014-12-28 14:19:51 +03:00
parent 0dd788aca0
commit 82e946f599
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Implementation details:
* Use Node.js crypto module/library bindings where possible
* Use WebCryptoAPI where possible
* Promise-driven API
* Only secp256k1 curve, HMAC-SHA256 for ECDH and AES-256-CBC for ECIES
* Only secp256k1 curve, only HMAC-SHA-256 and AES-256-CBC for ECIES
Possible future goals: