From eb0b016c726e918a4984d4c5aaf04965eb1eae8c Mon Sep 17 00:00:00 2001 From: Yemel Jardi Date: Tue, 23 Dec 2014 12:35:06 -0300 Subject: [PATCH] Update descriptions --- docs/guide/ecies.md | 2 +- docs/guide/hierarchical.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/ecies.md b/docs/guide/ecies.md index 590fb89..c63f931 100644 --- a/docs/guide/ecies.md +++ b/docs/guide/ecies.md @@ -1,5 +1,5 @@ title: ECIES -description: Perform bulk encryption on data using a symmetric cipher and a random key. +description: Uses ECIES symmetric key negotiation from public keys to encrypt arbitrarily long data streams. --- # ECIES diff --git a/docs/guide/hierarchical.md b/docs/guide/hierarchical.md index 8cc453d..a5edca9 100644 --- a/docs/guide/hierarchical.md +++ b/docs/guide/hierarchical.md @@ -1,5 +1,5 @@ -title: HD Keys -description: Hierarichically derived keys support, let's you create and derive extended public and private keys. +title: HDKeys +description: Lets you create and derive extended public and private keys according to the BIP32 standard for Hierarchical Deterministic (HD) keys. --- # HDKeys