|
> what I want to do is private/public encrypt/decrypt, and not simple > SHA-1 hashing. Does your code help with that as well? Yes. lbc has powmod, which is the equivalent of BigInt_ModPower of sha1-rsa librayr. All that is missing is BigInt_HexToNum if you really need it.