kroma-network / tachyon

Modular ZK(Zero Knowledge) backend accelerated by GPU
MIT License
7.78k stars 226 forks source link

refac: improve #424 #431

Closed chokobole closed 1 month ago

chokobole commented 1 month ago

Description

This PR improves #424 in several aspects.

TomTaehoonKim commented 1 month ago

@chokobole For 9034bd3, there is a missing change in tachyon/cc/math/finite_fields/prime_field_unittest.cc!

chokobole commented 1 month ago

@chokobole For 9034bd3, there is a missing change in tachyon/cc/math/finite_fields/prime_field_unittest.cc!

In fact, they are required!

TomTaehoonKim commented 1 month ago

@chokobole Please fix typo in f23741b. DivMode -> DivMod.