issues
search
kkrt-labs
/
cairo-vm-ts
A typescript implementation of the Cairo VM
Apache License 2.0
20
stars
13
forks
source link
feat: implement ecop builtin
#72
Closed
zmalatrax
closed
5 months ago
zmalatrax
commented
5 months ago
Solves #66
Add @scure/starknet library, which will be used as the cryptography library for operations on curves (ecop) and hashes (e.g. keccak, pedersen, poseidon builtins)
Implement EcOp builtin
Solves #66