Skip to content

Commit 9820b46

Browse files
committed
Readme update
1 parent c766bc6 commit 9820b46

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,13 @@ key.importKey({
156156
coeff: new Buffer('00b399675e5e81506b729a777cc03026f0b2119853dfc5eb124610c0ab82999e45', 'hex')
157157
}, 'components');
158158
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+
*/
159166
```
160167

161168

0 commit comments

Comments
 (0)