lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 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.