Results 8 issues of Ryan Lehmkuhl

I am trying to send large files using `async-std` and have noticed that the default receiving buffer size seems to be significantly bottle-necking throughput (see [here](https://stackoverflow.com/questions/65731653/how-to-efficiently-send-large-files-across-a-single-network-connection?noredirect=1#comment116237731_65731653)). Is there a reason...

enhancement

I've built Opaque on a fresh install of Ubuntu 18.04 following the documentation. I can successfully run `build/sbt test` (all tests pass), but `build/sbt clean coverage test` gives the following...

help wanted

To demonstrate the error, I can simply follow the instructions from `Using Opaque SQL` in the documentation but substitute the given integers for floats: ``` scala> df.show() +----+------+ |word| count|...

## Description Currently, the witness polynomial multiplication in the second round of the AHP requires performing an FFT with a domain of size 4 * |H|. This change distributes the...

Copying and running the code from the `Usage` section of the landing page gives the following error: ``` Azure Quote Provider: libdcap_quoteprov.so [ERROR]: Could not retrieve environment variable for 'AZDCAP_DEBUG_LOG_LEVEL'...

Hi, I noticed that some things in the library appear to break when using the newest version of SageMath. Here's a MRE: ``` from estimator import * params = LWE.Parameters(n=2048,...