Bruno Tavares
Bruno Tavares
Built on top of https://github.com/briansmith/ring/pull/1120 This commit ports the changes from #1181 into the updated codebase The following command is working: > cross build --target mipsel-unknown-linux-musl But tests are still...
As part of the effort to support MIPS, we would need to avoid using bn_mul_mont on C code to avoid needing to add MIPS assembly. This commit attempts a literal...
The goal is to provide cross compilation as Github Action, allowing to create executable and external libs. It is based on [cross](https://github.com/rust-embedded/cross) to provide the environment with the cross-compilation tools...
## Why? I started working on [kickstart](https://github.com/bltavares/kickstart) aiming on a more portable provisioning recipes. This will change to make kickstart and [kickstart-baseline](https://github.com/bltavares/kickstart-baseline) the default when bringing up a VM. ##...
Hi there Petr, We were using your project on our team and it was awesome. But some of our team members used Ubuntu and they could not benefit from the...
Hi there, First of all, thanks for the plugin. I've found that using the convention of calling test groups with the class-method name prefixed with `#` causes `:TestNearest` to interpolate...
ZeroTier has a couple of settings related to IPv6 address assignment options which distribute IPv6 addresses computed based on the network id and the node id. RFC4139 assigns an single...
Currently, the `ip_assignments` has a list of the IPs that ZeroTier provided to the member from its assignment pool. It contains a mix of IPv4 and IPv6 addresses. There is...
There was a few settings on the network that are exposed on the ZeroTier Central UI which were not available on the provider. This commit includes those extra fields, where...