Browse Source

doc: fix diffieHellman.getGenerator() description

v0.10.26-release
Brian White 11 years ago
committed by Fedor Indutny
parent
commit
3595139b51
  1. 2
      doc/api/crypto.markdown

2
doc/api/crypto.markdown

@ -384,7 +384,7 @@ then a buffer is returned.
### diffieHellman.getGenerator([encoding])
Returns the Diffie-Hellman prime in the specified encoding, which can
Returns the Diffie-Hellman generator in the specified encoding, which can
be `'binary'`, `'hex'`, or `'base64'`. If no encoding is provided,
then a buffer is returned.

Loading…
Cancel
Save