Update descriptions

This commit is contained in:
Yemel Jardi 2014-12-23 12:35:06 -03:00
parent a1ceb0e8dc
commit eb0b016c72
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
title: ECIES 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 # ECIES

View File

@ -1,5 +1,5 @@
title: HDKeys title: HDKeys
description: Hierarichically derived keys support, let's you create and derive extended public and private keys. description: Lets you create and derive extended public and private keys according to the BIP32 standard for Hierarchical Deterministic (HD) keys.
--- ---
# HDKeys # HDKeys