Bruno Tavares
Bruno Tavares
[With this new commit](https://github.com/bltavares/ring/commit/3b710519efaf246a04174181920f102faf016b2b), built on top of #1174 I've been able to run `cross build --target mipsel-unknown-linux-musl` successfully. Running `cross test --target mipsel-unknown-linux-musl` led to errors on linking tho....
As is, the linker fails to find the `bn_mul_mont` function: ``` = note: /target/mipsel-unknown-linux-musl/debug/deps/libring-f34856797b3553d1.rlib(gfp_p384.o): In function `elem_mul_mont': /project/crypto/fipsmodule/ec/gfp_p384.c:162: undefined reference to `ring_core_0_17_0_alpha_9_bn_mul_mont' /project/crypto/fipsmodule/ec/gfp_p384.c:162: undefined reference to `ring_core_0_17_0_alpha_9_bn_mul_mont' collect2: error: ld...
@briansmith I'm not sure how we'll make certain C files compile wihout adding the assembly definition for `bn_mul_mont`. Currently, `gfp_p256.c` and `gfp_p384.c` files refer this function. ``` = note: /target/mipsel-unknown-linux-musl/debug/deps/libring-f34856797b3553d1.rlib(gfp_p384.o):...
Does it mean to keep `gfp_p256.c` and `gfp_p384.c` as part of the build for the big 4 or fully replace it for all platforms? I'm not familiar with any sort...
The code currently checks in Rust, but it fails to link as `ecp_nitsz384.inl` code still refers to `elem_mul_mont` in C. Does Ring exposes Rust code as C to link back...
Thank you. It's been an learning experience so far - I appreciate the feedback on these changes
@petrbela I'm not sure which tools are there for Windows. I believe there is Growl, but it was a long time ago since I stopped using Windows haha. There was...
While developing I've noticed that the UI is modifying the `6PLANE: true` object, which seems to be an UI bug. I've looked at the current controller code, and how my...
Given that the UI is not Open Source, I'll fill in a ticket with them
Reported it on the chat channel. They'll [take a look at it](https://community.zerotier.com/zerotier/pl/hsbj4oopd7bktykut6twwopooo).