Skip to content

Commit 24f46ed

Browse files
committed
fix a few typos
1 parent 51b8898 commit 24f46ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ await Shamir.generateShards({
7979
### Overview
8080

8181
This 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

0 commit comments

Comments
 (0)