> The cleanest mitigation is to return results in a canonical order, such as lexicographic sorting.
And hope that the sorting time cannot be used as a side channel.
djbsort is constant-time.
Because most post-quantum cryptosystems need this primitive.
https://sorting.cr.yp.to/
djbsort is constant-time.
Because most post-quantum cryptosystems need this primitive.
https://sorting.cr.yp.to/