NethermindEth / cairo-vm-go

A virtual machine for Cairo written in Go
MIT License
73 stars 43 forks source link

SignedPow #441

Closed TAdev0 closed 1 month ago

TAdev0 commented 1 month ago

Currently, we only implement Pow, not Signed Pow

https://github.com/starkware-libs/cairo-lang/blob/efa9648f57568aad8f8a13fbf027d2de7c63c2c0/src/starkware/cairo/common/pow.cairo#L58

TAdev0 commented 1 month ago

@Sh0g0-1758 are you interested in implementing this hint?

Sh0g0-1758 commented 1 month ago

Sure thing :)