Skip to main content

SenderSignedDataDigestProtocol

SenderSignedDataDigestProtocol Objects

class SenderSignedDataDigestProtocol(typing.Protocol)

The digest of SenderSignedData.

next_lexicographical

def next_lexicographical() -> SenderSignedDataDigest

Returns the next digest in byte-increasing order.

next_lexicographical_opt

def next_lexicographical_opt() -> typing.Optional[SenderSignedDataDigest]

Returns the next digest in byte-increasing order, or None if the result would overflow.