compareTo

open operator override fun compareTo(other: Digest32): Int

Unsigned lexicographic comparison, MSB first. libtorrent reaches the same ordering by interpreting each 32-bit word in network byte order; on a byte-backed digest that is simply comparing the bytes as unsigned values.