- Version: all
- Platform: n/a
- Subsystem: doc
Currently crypto.privateEncypt() lists crypto.constants.RSA_PKCS1_OAEP_PADDING as a valid padding value, but it is actually only allowed for crypto.publicEncrypt() as far as encrypting goes. This value needs to simply be removed from that list in crypto.privateEncrypt()'s description.
Currently
crypto.privateEncypt()listscrypto.constants.RSA_PKCS1_OAEP_PADDINGas a validpaddingvalue, but it is actually only allowed forcrypto.publicEncrypt()as far as encrypting goes. This value needs to simply be removed from that list incrypto.privateEncrypt()'s description.