DevelopDaily

Results 25 comments of DevelopDaily

@baentsch This may help visualize how it is run. By the way, some results look unusual. But, that would be a different story worth investigating later. ``` root@01a2bff21cba:/src/liboqs/build/tests# node speed_kem.js...

@baentsch > is there a way to compile openssl (3) for WASM? Yes, but it is more difficult because openssl is quite an old-school project. I'll see what I can...

@baentsch >... compile openssl (3) for WASM? We could then run classic and QS crypto "head-to-head". I have built the openssl perfectly. Unfortunately, however, I am afraid a "head-to-head" comparison...

@baentsch >If you use the commands above, it should allow you to compare non-assembly crypto implementations WASM run: ``` node openssl speed -seconds 5 rsa RSA sign setup failure. No...

@baentsch >As no distro seems to be carrying this version yet, ... Alternatively, you could use the docker image I documented a few minutes ago in the issue #1199 to...

Any progress? I am using the Chrome, Version 76.0.3809.132 (Official Build) (64-bit) (cohort: Stable). The same problem still exists.

Thanks for the comments. I will keep this issue open for a while because I am trying to convince the Tensorflow people to fix their problems. This is not a...

I can close it. The issue was filed with Tensorflow. I am not sure how and when they are going to fix it.

Indeed, `ccx `works well now. Thanks! I'm glad you guys are doing research constantly in this area. I hope `staq `will be able to trim the fat from all kinds...

Using your function, I print out the lowest energy and the chunks. Here are the results: ``` 10 independent runs of: sampler.sample_qubo(Q, chain_strength=4, num_reads=10) energy: -1011.0 chunks: [1, 49, 12,...