kroma-network / tachyon

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

refac: apply c type traits to point types #438

Closed chokobole closed 1 month ago

chokobole commented 1 month ago

Description

To convert between native type and c type, Tachyon already has provided native_cast() and c_cast(). This PR extends up to point types such as AffinePoint or Point2.