Binary package “libstring-compare-constanttime-perl-dbgsym” in ubuntu xenial

debug symbols for package libstring-compare-constanttime-perl

 String::Compare::ConstantTime provides one function, equals(), which takes
 two strings of the same lengh as arguments. It will return true if they are
 string-wise identical and false otherwise, just like eq. However, comparing
 any two differing strings will take a fixed amount of time, unlike eq.