ID EN
Multiprocessing

answer_challenge

Python 3.11

Receive a message, calculate the digest of the message using authkey as the key, and then send the digest back.

Syntax

PYTHON
multiprocessing.connection.answer_challenge(connection, authkey)

See Also

AuthenticationError