twisted.conch.ssh.transport._Counter
class documentationtwisted.conch.ssh.transport
View Source
(View In Hierarchy)
Stateful counter which returns results packed in a byte string
Parameters | initialVector | A byte string representing the initial counter value. (type: str ) |
blockSize | The length of the output buffer, as well as the number of bytes at the
beginning of initialVector to consider. (type: int ) |