SeiyaKobayashi / zkml-optimization

Optimization for on-chain private machine learning.
MIT License
13 stars 1 forks source link

[TASK]: Implement `registerModel()` function #9

Closed SeiyaKobayashi closed 1 year ago

SeiyaKobayashi commented 1 year ago

📝 Overview

Implement registerModel() function of Verifier contract.

🖋 Details

📚 References

SeiyaKobayashi commented 1 year ago

We don't need to implement a commit-reveal scheme here at all. We should instead just store content ID of IPFS (+ other details) of model in the contract.