Update descriptions
This commit is contained in:
parent
a1ceb0e8dc
commit
eb0b016c72
|
@ -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
|
||||
|
||||
|
|
|
@ -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…
Reference in New Issue