(key, params)
| 124 | } |
| 125 | |
| 126 | function formatKeyAs(key, params) { |
| 127 | return { ...params, key: key.export(params) }; |
| 128 | } |
| 129 | |
| 130 | const keyObjects = { |
| 131 | publicKey: crypto.createPublicKey(publicKey), |
no test coverage detected
searching dependent graphs…