Skip to content

Commit

Permalink
add umath
Browse files Browse the repository at this point in the history
  • Loading branch information
zhfnjust committed Oct 15, 2024
1 parent 8bb5ae0 commit fdcbdb8
Show file tree
Hide file tree
Showing 5 changed files with 776 additions and 12 deletions.
46 changes: 46 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,52 @@
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "scrypt",
"request": "launch",
"name": "Debug unlockU30",
"program": "${workspaceFolder}/tests/artifacts/contracts/testOpMul.scrypt",
"constructorArgs": [],
"pubFunc": "unlockU30",
"pubFuncArgs": [
{
"lo": "32767",
"hi": "32767"
},
{
"lo": "32767",
"hi": "32767"
},
{
"lo": {
"lo": "1",
"hi": "0"
},
"hi": {
"lo": "32766",
"hi": "32767"
}
}
// 210,
// 10000000
]
},
{
"type": "scrypt",
"request": "launch",
"name": "Debug unlockU15",
"program": "${workspaceFolder}/tests/artifacts/contracts/testOpMul.scrypt",
"constructorArgs": [],
"pubFunc": "unlockU15",
"pubFuncArgs": [
32767,
32767,
{
"lo": 1,
"hi": 32766
}
]
},
{
"type": "node",
"request": "launch",
Expand Down
Loading

0 comments on commit fdcbdb8

Please sign in to comment.