-
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
Refactor pub priv key with smark pointers #38
Conversation
Signed-off-by: Zhao Pengfei <pengfei.zhao@intel.com>
Signed-off-by: Zhao Pengfei <pengfei.zhao@intel.com>
Signed-off-by: Zhao Pengfei <pengfei.zhao@intel.com>
ae12eed
to
cc3c58f
Compare
Signed-off-by: Zhao Pengfei <pengfei.zhao@intel.com>
ct: Change pk parameter type in ctor and m_pk type. pk, unittest, benchmark: Updated with new sk & ct structure. Signed-off-by: Zhao Pengfei <pengfei.zhao@intel.com>
@justalittlenoob Let me try the serialization methods on this recent update |
- Reverted keyPair names to pub_key, priv_key (same as previous implementation) to avoid confusion - can change after v2.1 with deprecation warning - Fully functional BigNumber and PublicKey serialization - PrivateKey and CipherText serialization WIP
@justalittlenoob Made a few changes - reverted keypair member names. If we want to update the names, let's do it with a buffer version where we can display some warning messages that the names will be changed. |
Sure. I agree. Very good advice:) |
@justalittlenoob Added a few more updates - let me know what you think. Let's complete the PR after the CI/CD system is back online |
It looks good to me. |
No description provided.