Browse Source

Update descriptions

patch-2
Yemel Jardi 10 years ago
parent
commit
eb0b016c72
  1. 2
      docs/guide/ecies.md
  2. 4
      docs/guide/hierarchical.md

2
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

4
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

Loading…
Cancel
Save