SeiyaKobayashi / zkml-optimization

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

[TASK]: Implement `reveal()` function #7

Closed SeiyaKobayashi closed 1 year ago

SeiyaKobayashi commented 1 year ago

📝 Overview

Implement reveal() function of Verifier contract.

🖋 Details

📚 References

SeiyaKobayashi commented 1 year ago

Need to make use of bitwise operators (not only indexing) to be able to set difficulty of odd length (or more generally, to be able to compare by bits, not by bytes or hex).