(encoding)
| 158 | dhGenerateKeys; |
| 159 | |
| 160 | function dhGenerateKeys(encoding) { |
| 161 | const keys = this[kHandle].generateKeys(); |
| 162 | return encode(keys, encoding); |
| 163 | } |
| 164 | |
| 165 | |
| 166 | DiffieHellmanGroup.prototype.computeSecret = |
nothing calls this directly
no test coverage detected
searching dependent graphs…