Subject: CVS commit: pkgsrc/textproc/p5-String-Compare-ConstantTime
From: Jens Rehsack
Date: 2013-07-03 18:13:38
Message id: 20130703161338.CBFA596@cvs.netbsd.org

Log Message:
Adding package for CPAN distribution String-Compare-ConstantTime version
0.300 into textproc/p5-String-Compare-ConstantTime.

This module provides one function, equals (not exported by default).

You should pass this function two strings of the same length. 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.

NOTE: If the lengths of the strings are different, equals will return
false right away. Also, comparing two identical strings will take a
different amount of time than comparing two differing strings.

Files:
RevisionActionfile
1.1addpkgsrc/textproc/p5-String-Compare-ConstantTime/DESCR
1.1addpkgsrc/textproc/p5-String-Compare-ConstantTime/Makefile
1.1addpkgsrc/textproc/p5-String-Compare-ConstantTime/distinfo