Ole
Ole
taking a look at this rn. I'm a noob though, trying my best
nvm I give up. sqlite3_changes(db) in JSSQLStatement.cpp seems to return always 0 and I can't find out why :/
Doesn't `Tensor.zeros((3, ))` just create a 1D array of size 3?
Can confirm the issue. It works when you do `N[i, j] = N[i, j] + 1` Should be investigated by someone who knows the internals better
While working on this I noticed a mistake(?) in the comments in the verification section of ecdsa.c line 95 and 101 (probably other examples too). https://github.com/Cheapshot003/secp256k1/blob/01b5893389efe6615d9ec2ee5f7f0f46c44b1c41/examples/ecdsa.c#L92C1-L102C6 The comment says "This...