NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
80 stars 49 forks source link

`BigIntPackDivmod` + `BigIntSafeDiv` hints (ec hints) #530

Closed TAdev0 closed 1 month ago

TAdev0 commented 1 month ago

whitelisted in ec_bigint.json :

https://github.com/starkware-libs/cairo-lang/blob/0e4dab8a6065d80d1c726394f5d9d23cb451706a/src/starkware/starknet/security/whitelists/ec_bigint.json#L28

https://github.com/lambdaclass/cairo-vm/blob/db7fff18c9c1312024ebf4119fcdfeba23657b12/cairo_programs/bigint.cairo#L30

https://github.com/lambdaclass/cairo-vm/blob/db7fff18c9c1312024ebf4119fcdfeba23657b12/cairo_programs/bigint.cairo#L43

adrianvrj commented 1 month ago

Hi, can I help with this?

TAdev0 commented 1 month ago

hi @adrianvrj sorry for the late answer. Are you still interested in working on this?

This issue includes 2 hints, BigIntPackDivmod and BigIntSafeDiv hints. They are both required for the integration test here : https://github.com/lambdaclass/cairo-vm/blob/db7fff18c9c1312024ebf4119fcdfeba23657b12/cairo_programs/bigint.cairo

adrianvrj commented 1 month ago

hi @adrianvrj sorry for the late answer. Are you still interested in working on this?

This issue includes 2 hints, BigIntPackDivmod and BigIntSafeDiv hints. They are both required for the integration test here :

https://github.com/lambdaclass/cairo-vm/blob/db7fff18c9c1312024ebf4119fcdfeba23657b12/cairo_programs/bigint.cairo

Hi, sure! I can work on this!

onlydustapp[bot] commented 1 month ago

Hey @adrianvrj! Thanks for showing interest. We've created an application for you to contribute to Cairo VM in Go. Go check it out on OnlyDust!

TAdev0 commented 1 month ago

@adrianvrj great, feel free to reach out if you encounter any issue

adrianvrj commented 1 month ago

Hey @TAdev0 I am trying to reach out via discord :)