From 105f01ec7e306a66184416c166f9323e4e6fe685 Mon Sep 17 00:00:00 2001 From: Kagami Hiiragi Date: Wed, 31 Dec 2014 14:22:16 +0300 Subject: [PATCH] Note KDF --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 320c3c1..c74488e 100644 --- a/README.md +++ b/README.md @@ -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