From 82e946f59933c8fe4c1d1db35893eb2ffade41ea Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Sun, 28 Dec 2014 14:19:51 +0300 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60af65f..485d32b 100644 --- a/README.md +++ b/README.md @@ -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: