mirror of
https://github.com/OpenCoin/oc-mint-cpp.git
synced 2024-12-21 23:29:40 +01:00
Proof of Concept of Opencoin mint with REST API and CrowCpp
.github | ||
src | ||
test | ||
.drone.yml | ||
.gitignore | ||
CMakeLists.txt | ||
README.md |
oc mint sample
this is a C++ implementation of the opencoin protocol as mapping to some kind of REST interface
actually it is a work in progress.
Protocol Questions
- What is signed as cdd - only the content of the cdd item with curly braces or also the key?
- the weighted URL as array has a different js encoding as other elements
- Clarify PSS usage (see https://crypto.stackexchange.com/questions/12707/usability-of-padding-scheme-in-blinded-rsa-signature)
TODO
- bigint type for big integers encoded as string
- blinding utilizing crypto++
Blinding Notes
https://crypto.stackexchange.com/questions/54085/is-there-a-standard-padding-format-for-rsa-blind-signatures/60728#60728 https://crypto.stackexchange.com/questions/5626/rsa-blind-signatures-in-practice