Initialize bignum constants using BN_bin2bn() instead of BN_hex2bn(). This
saves a bit of space and avoids a compiler warning about string length.
parent
3001a770
Please register or sign in to comment
saves a bit of space and avoids a compiler warning about string length.