We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c766bc6 commit 9820b46Copy full SHA for 9820b46
README.md
@@ -156,6 +156,13 @@ key.importKey({
156
coeff: new Buffer('00b399675e5e81506b729a777cc03026f0b2119853dfc5eb124610c0ab82999e45', 'hex')
157
}, 'components');
158
var publicComponents = key.exportKey('components-public');
159
+console.log(publicComponents);
160
+
161
+/*
162
+{ n: <Buffer 00 86 fa 9b a0 66 68 58 45 fc 03 83 3a 96 99 c8 ba ef b5 3c fb f1 90 52 a7 f1 0f 1e aa 30 48 8c ec 1c eb 75 2b df f2 df 9f ad 6c 64 b3 49 89 56 e7 db ... >,
163
+ e: 65537
164
+}
165
+*/
166
```
167
168
0 commit comments