build

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

TODO

  • 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

Description
Proof of Concept of Opencoin mint with REST API and CrowCpp
Readme 928 KiB
Languages
C++ 85.2%
Shell 10.6%
CMake 4.2%