unpack_differentiae

unpack_differentiae(packed_differentiae: str, differentia_bit_width: int) Iterator[int]

Unpack a compact, concatenated base 64 representation into a sequence with each element represented as a distinct integer.

Deprecated since version 1.8.0: Use unpack_differentiae_str instead.