File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -79,9 +79,9 @@ await Shamir.generateShards({
7979### Overview
8080
8181This plugin provides both ** memory-based** and ** file-based** API methods for:
82- - ** Splitting** secret data into encrypted shards
83- - ** Restoring** secret data from encrypted shards
84- - ** Recovering** individual N-th secret shard from a set of encrypted shards
82+ - ** Splitting** secret data into cryptographic shards
83+ - ** Restoring** secret data from cryptographic shards
84+ - ** Recovering** individual N-th shard from a set of cryptographic shards
8585
8686### Key Implementation Details
8787
@@ -102,7 +102,7 @@ A job is complete when the callback's `data` object contains a result property w
102102
103103#### Data Format
104104
105- Since Capacitor doesn't support blob data transfer, all data exchange uses Base64 encoded strings.
105+ Since Capacitor doesn't support blob data transfer, all data exchange uses Base64- encoded strings.
106106
107107## Methods
108108
You can’t perform that action at this time.
0 commit comments