privacy-scaling-explorations / zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
https://zkkit.pse.dev
MIT License
291 stars 79 forks source link

test(circuits): optimize `float.circom` tests #217

Closed 0xjei closed 8 months ago

0xjei commented 8 months ago

Description

This PR optimizes the tests for the float.circom templates working on a <= 32 bits math instead of 252 bits.

Checklist