We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bc6f8d commit 73cb4c2Copy full SHA for 73cb4c2
README.md
@@ -165,7 +165,14 @@ console.log(publicComponents);
165
*/
166
```
167
168
+If you want to only import the public key use `'components-public'` as an option:
169
170
+```javascript
171
+key.importKey({
172
+ n: new Buffer('0086fa9ba066685845fc03833a9699c8baefb53cfbf19052a7f10f1eaa30488cec1ceb752bdff2df9fad6c64b3498956e7dbab4035b4823c99a44cc57088a23783', 'hex'),
173
+ e: 65537,
174
+}, 'components-public');
175
+```
176
177
### Properties
178
0 commit comments