Peng Yang

Results 7 comments of Peng Yang

@HuifengShrimp PySyft 2.0x is used in AriaNN. Please note and check [issue#6](https://github.com/LaRiffle/ariann/issues/6#issuecomment-1434425003)~

hi, @suoivilbo2 , I came across your post and was wondering if you have managed to resolve the issue. If so, could you please share any follow-up information or updates?

@timpalpant @ahlzhang I want to know if this project is still available, as I described in [issue#3: 'undefined: cfr.NewVanilla' when go build](https://github.com/timpalpant/go-cfr/issues/3), I had some problems with this project.

Hi, @timpalpant. Indeed, I would like to run [vrmccfr.go](https://github.com/timpalpant/go-cfr/blob/master/vrmccfr.go) in go-cfr which wasn't implemented in [open_spiel](https://github.com/deepmind/open_spiel). However, I encountered some errors when `go build vrmccfr.go`. ```bash root@yp:~/syq_workplace# go version go...

Hi, @wangxiao1254 After our investigation, we found that the issue is related to the length settings of Integer-type data `a`, `b`, and `c` in [emp-sh2pc/test/circuit_file.cpp](https://github.com/emp-toolkit/emp-sh2pc/blob/master/test/circuit_file.cpp). In the example file used...

Thank you for your response! It has resolved my issue, and I truly appreciate your help!

The errors you're encountering seem to stem from two issues: 1. **`std::align` Not Found**: - The `std::align` function is available starting from C++17. If your compiler or build system is...