keep-starknet-strange / raito

Bitcoin ZK client written in Cairo.
https://raito.wtf
MIT License
40 stars 34 forks source link

[feat] Optimize raito to reduce steps using lookup tables and type-specific optimizations #268

Closed Th0rgal closed 2 weeks ago

Th0rgal commented 2 weeks ago

Description

The goal of this feature is to optimize raito by reducing the number of computational steps. This will be achieved through the use of lookup tables and by implementing type-specific optimizations where possible.

Tasks