-
If the bridge has ~80 devices the startup can timeout on slow systems because the chacha overhead in python.
I wonder if this can be switched to be done in C
-
```sh
...
subprocess.CalledProcessError: Command '['cmake', '--build', '.', '--config', 'Release', '--', '-j', '6']' returned non-zero exit status 2.
----------------------------------------
E…
-
Hello,
I am using MIRACL for some elliptic curve cryptography operations, I benchmarked and noticed that using BLS pairing, pfc.multi_pairing(2, g2, g1) is taking a large amount of time. I am wonde…
-
➜ Example git:(master) ✗ pod install
Analyzing dependencies
Downloading dependencies
Installing DashSync (0.1.0)
Installing KVO-MVVM (0.5.1)
Installing bls-signatures-pod (0.2.9)
[!] /bin/bash…
-
**Home Assistant release with the issue:**
0.73.0
**Last working Home Assistant release (if known):**
New component
**Operating environment (Hass.io/Docker/Windows/etc.):**
Ubuntu 16.…
-
**What version of OR-tools and what language are you using?**
Version: master, 7.5.7515
Language: Python
**Which solver are you using (e.g. CP-SAT, Routing Solver, GLOP, BOP, Gurobi)**
CP-SAT
…
-
Hello, I noticed this project is using x/crypto/poly1305 with a key that might be used multiple times. Poly1305 as implemented by x/crypto/poly1305 can't be used twice with the same key, or its whole …
-
**Home Assistant release with the issue:**
v0.100.1
**Operating environment (HassOS/Generic):**
python3.6 virtual environment
**Supervisor logs:**
**Description of problem:**
W…
-
Hi I'm trying to create a relay board in order to switch on and off my home's gate. I'm using Arduino, I know the code of it. My idea is: Siri-> [ Hap-Node.js -> Johnny Five] -> Arduino (using Firmata…
-
The goal is to assess the libraries for using BLS signatures in the `witnet-rust` nodes. They should be compatible with our solidity smart contracts.