-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate Signature RSA #5
Conversation
update mbedtls version to v2.25.0(Dec 11, 2020) update mbedtls-config-template.h
add simulator
Apart from tests, can we also add a sample/example showcasing how to use the RSA smart contract? Maybe a smart contract using the conventional sighash_all logic, but use RSA instead of secp256k1 as signature verification? |
OK, will a subfolder named "examples" to put all stuff there. |
use another PR, closed. |
* Display message on wallet with meaningful words. like below: You're sining: CKB transaction: 001122334455... works for bitcoin and ethereum * add new ethereum algorithm id(18) for displaying message * update bitcoin algorithm id * keep eos/tron/dogecoin as same to PW * Add trait: ChainConfig, used for other on-chain signatures * Add eth displaying testcase (nervosnetwork#5)
quick start:
https://github.com/XuJiandong/ckb-production-scripts/blob/rsa_sighash_all/docs/validate-signature-rsa.md
testing report:
https://github.com/XuJiandong/ckb-production-scripts/blob/rsa_sighash_all/tests/validate_signature_rsa/testing_results.md