David Wong

Results 393 comments of David Wong

here's the error I get when I try to compile with cdylib: ``` error: linking with `cc` failed: exit code: 1 | = note: "cc" "-m64" "-arch" "x86_64" "-L" "/Users/davidwong/.rustup/toolchains/stable-x86_64-apple-darwin/lib/rustlib/x86_64-apple-darwin/lib"...

Actually deleting the target directory fixes the issue, but I'm not sure why it gets copied in the first place since it's in `(dirs :standard \` I guess this repo...

can confirm: ``` | ls.go~ | 175 | | | prout | 68 | 📂 | | prout.go | 145 | | ``` the folder unicode mess things up edit:...

Just FYI we're testing this library on Bitcoin and getting flaky results (sometimes signature fails). I'm investigating on our side to understand if it's us or if there's some issue...

I fixed all the comments I pointed out in https://github.com/zebra-lucky/frost/pull/1 and everything now works on our end! (bonus, the art that helped me find the issues) ![image](https://github.com/ZcashFoundation/frost/assets/1316043/cf5ae8a1-2079-4af6-8216-d43a939eb66c)

> I'll add DKG/trusted dealer code which generates only even VerifyingKey actually that might be overkill since all the checks must happen anyway no?