(encoding)
| 191 | dhGetGenerator; |
| 192 | |
| 193 | function dhGetGenerator(encoding) { |
| 194 | const generator = this[kHandle].getGenerator(); |
| 195 | return encode(generator, encoding); |
| 196 | } |
| 197 | |
| 198 | |
| 199 | DiffieHellmanGroup.prototype.getPublicKey = |
nothing calls this directly
no test coverage detected
searching dependent graphs…