NAME

asn_and - logical and of two arbitrary size numbers

SYNOPSIS

string asn_and(string a, string b)

DESCRIPTION

Compute the bit-wise logical and of a and b (sign extended).  The
result will be as long as the longest argument.

SEE ALSO