2022-12-04 22:08:42 +01:00
|
|
|
![build](https://github.com/OpenCoin/oc-mint-cpp/actions/workflows/cmake.yaml/badge.svg)
|
|
|
|
|
2022-11-10 01:31:47 +01:00
|
|
|
# oc mint sample
|
|
|
|
|
2022-11-21 23:05:53 +01:00
|
|
|
this is a C++ implementation of the opencoin protocol
|
|
|
|
as mapping to some kind of REST interface
|
2022-11-10 01:31:47 +01:00
|
|
|
|
2022-11-21 23:05:53 +01:00
|
|
|
actually it is a work in progress.
|
|
|
|
|
|
|
|
## Protocol Questions
|
2022-11-10 01:31:47 +01:00
|
|
|
|
2022-12-15 21:02:12 +01:00
|
|
|
+ What is signed as cdd - only the content of the cdd item with curly braces
|
2022-11-10 01:31:47 +01:00
|
|
|
or also the key?
|
2022-12-15 21:02:12 +01:00
|
|
|
+ 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)
|
2022-11-14 16:04:45 +01:00
|
|
|
|
2022-11-21 23:05:53 +01:00
|
|
|
## TODO
|
2022-12-04 22:08:42 +01:00
|
|
|
|
2022-12-15 21:02:12 +01:00
|
|
|
+ [ ] bigint type for big integers encoded as string
|
|
|
|
+ [ ] blinding utilizing crypto++
|
|
|
|
|
|
|
|
### Blinding Notes
|
|
|
|
|
|
|
|
https://stackoverflow.com/questions/47860570/how-to-create-and-verify-blind-rsa-signatures-with-crypto
|
|
|
|
|
|
|
|
https://crypto.stackexchange.com/questions/12707/usability-of-padding-scheme-in-blinded-rsa-signature
|
|
|
|
|
|
|
|
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
|