Details
RelayCrypto objects make up a circuit’s crypt_path. They are just thin wrappers around AES128-CTR ciphers and running SHA-1 digests, and provide circuit’s with forward/backward ciphers and digests.
Bases: tuple
RelayCrypto(forward_digest, backward_digest, forward_cipher, backward_cipher)
Alias for field number 3
Alias for field number 1
Alias for field number 2
Alias for field number 0
ntorhandshake
util
Enter search terms or a module, class or function name.