(encoding)
| 181 | dhGetPrime; |
| 182 | |
| 183 | function dhGetPrime(encoding) { |
| 184 | const prime = this[kHandle].getPrime(); |
| 185 | return encode(prime, encoding); |
| 186 | } |
| 187 | |
| 188 | |
| 189 | DiffieHellmanGroup.prototype.getGenerator = |
nothing calls this directly
no test coverage detected
searching dependent graphs…