diff --git a/docs/guide/ecies.md b/docs/guide/ecies.md index 590fb8949..c63f93136 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 8cc453d19..a5edca9c1 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