firoorg / solidity-BigNumber

Full BigNumber library implementation for Solidity.
MIT License
92 stars 23 forks source link

Add sample contract that shows RSA signature verification. #1

Closed razi-rais closed 1 year ago

razi-rais commented 6 years ago

Please add a sample contract with code in solidity that demonstrate verification of RSA signatures.

riordant commented 6 years ago

This library provides the functions to build that but won't include it directly. I will likely develop a separate repo for signature verification soon. see this if you need this now https://github.com/adriamb/SolRsaVerify/blob/master/SolRsaVerify.sol

riordant commented 1 year ago

Added in commit: https://github.com/firoorg/solidity-BigNumber/commit/ca66e95ec3ef32250b0221076f7a10f0d8529bd8