Mikerah
Mikerah
I noticed that this library has support for a decent range of password-based key derivation function. Does this library also support HKDFs? If not, how can one help in adding...
**Where in the docs did you come across this?** In the chapter on Debugging 4.6, there's a `git diff` output mixed in with the source code portion making it hard...
I have a target that I've compiled with `hfuzz-g++` that takes 4 files as input `target file1 file2 file3 file4`. I've tried passing these files using `-s` and even tried...
I have both Python 2 and Python 3 installed on my Fedora 27 installation. However, by default it seems like the install script runs with the python3 command instead of...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I'm currently auditing a...
The Electric Coin Company just published a new zero-knowledge proof scheme that allows for recursive composition without the need for a trusted setup. There's a reference implementation Rust by Sean...
### pyvmasm version 0.2.0 ### Python version 3.7.4 ### Summary of the problem I have bytecode for which I have access to the original source code. My goal is to...
I noticed while trying to install oyente that it only seems to work for Python 2 which has been deprecated for a few years. Would it be possible to update...
I'm running Fedora 34 64-bit. When attempting to run `make` in order to build this project, I get the following error when running on the `obliv-c` branch: ``` File "_none_",...
I'm trying to load data from BigQuery into a data frame. This is a lot of data, initially requiring the use of `allowLargeResults`. However, every time I query, I use...