-
I see there's a "digestc" function for hashing the clear-text (cint). However, are there any functionalities for implementing hashing, signatures and commitments schemes within mpc (i.e. over sfix and…
-
See please plots on graphic (variance vs L)
Why green dotted line is so different from solid blue?
Which one is used to estimate work/parameters of MLMC?
(should be blue)
[new3Aug.pdf](https://gi…
-
1. I have M0=10
It takes 1 day to compute
L0: 10
L1: 10
L2: 10
How for sure to reuse these data?
2. Not seldom I observe that Ml on level 2 is larger as on level 1. This is related with the way …
-
The mimic tag can be used to model robots with closed kinematic loops / parallel linkages, but is currently limited by only allowing a single joint, multiplier, and offset.
I think that its capabil…
-
I tried to calculate Pedersen hash with circom and circomjs, but the results are different.
This is my circuit:
```
template PedersenHasher() {
signal input source;
signal output has…
-
Hey @andreaferretti, I think it would be really nice if users could define a circular arc with a slightly simplified api:
`.arcCircular(xCenter, yCenter, r, sAngle, eAngle, counterclockwise)`
This a…
-
https://github.com/aws/sagemaker-inference-toolkit/blob/24db871b1b193ac1a924c21be8c3ec48853b3263/src/sagemaker_inference/transformer.py#L68
This line is not defensive coding; if customer puts incor…
-
I acknowledge that there is a case to be made for using MySQL if one wants full support of parallelism. I'll propose a quick and dirty alternative instead, however. @hammouc had some problems running …
-
Hi Guys,
I am on the mission to port the uv3p implementation of the CTB v3, and my specific patches into PrusaSlicer (https://github.com/uwwint/uv3dp) with the goal to support my hardware (Phrozen…
-
Right now, the `NeosHypervisorLibvirt` class does not allow another authentication method.
Let's implement a way to pass a username + password to authenticate againts libvirt.