kkrt-labs / cairo-vm-ts

A typescript implementation of the Cairo VM
Apache License 2.0
20 stars 13 forks source link

feat(hint): widemul128 implementation #137

Open coxmars opened 3 months ago

coxmars commented 3 months ago

Hi @zmalatrax,

I've made significant progress on the widemul128 hint implementation, including updates to the hintName.ts, hintSchema.ts, hintHandler.ts. The hint wideMul128.ts and wideMul128.test.ts are completed and working. Likewise, the verified tag is working according with the contribution guidelines. 🫡

Status

Unit Test Results

image

Integration Test Cairo

image