Skip to main content

gt

Function gt 

pub fn gt(a: &[u64], b: &[u64]) -> bool
Expand description

Compare two limb slices in reverse order, returns true if a > b.

Assumes that if the slices are of different length, the longer slice is always greater than the shorter slice.