...`15.6` 秒。
## 论文引用
Jiaheng Zhang, Zhiyong Fang, Yupeng Zhang, and Dawn Song. 2020. Zero Knowledge Proofs for Decision Tree Predictions and Accuracy. 在2020年ACM SIGSAC计算机与通信安全会议论文集中(CCS '20). 计算机协会,纽约,NY,美国,2039–2053. https:/...
...rs'
// tool to acquire two function signatures with different arguments and same selector
let selectorsA = new Map()
let selectorsB = new Map()
for (let i = 0; ; i++) {
const functionSignatureA = `proxy${i}(uint256)`
const functionSignatureB = `implementation${i}()`
const select...