Conrad Meyer

Results 26 issues of Conrad Meyer

This repository is a stale snapshot of SUPERCOP from 2016 and the owner does not seem to be interested in updating it (#2). If you're looking for the latest version,...

``` Checking integrity... done (1 conflicting) - libglvnd-1.3.2 conflicts with mesa-libs-19.0.8_3 on /usr/local/include/EGL/egl.h Checking integrity... done (0 conflicting) Conflicts with the existing packages have been found. One more solver iteration...

It would be nice if pkg(1) forwarded common flags like `-y` to subcommands that accepted them.

feature

`::reseed()` should not be a public-facing API (easy to misuse). `::reseed()` incorrectly implements SHA_d-256(). (It's missing zero blocks as initial input to the inner invocation of SHA256.) I don't believe...

The `Dijkstra::new()` API computes the single-source shortest path between a given source and every other vertex in the graph. For a consumer that cares about the shortest path between a...

It doesn't mutate `self`, so it could just take an immutable `&self` ref. Also, it seems like `get_path_to` shouldn't need to consume `self` -- `&mut self` would be fine, and...

I'm making a simple small project in ctypes.sh and there are a couple missing features I notice that really hurt: 1. Something like `alloca()` or automatic stack memory that we...

Fresh git checkout on Fedora 22. ``` $ ./configure ... $ make CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /home/conrad/src/sh/ctypes.sh/missing aclocal-1.14 /home/conrad/src/sh/ctypes.sh/missing: line 81: aclocal-1.14: command not found WARNING: 'aclocal-1.14' is...

May need to update `.proto`s. Reported by Alex Smith, who shared these links that may provide context: - https://blog.cloudera.com/blog/2015/01/new-in-cdh-5-3-transparent-encryption-in-hdfs/ - https://issues.apache.org/jira/browse/HDFS-6134 - https://issues.apache.org/jira/browse/HDFS-6891 - https://hadoop.apache.org/docs/current/hadoop-project-dist/hadoop-hdfs/TransparentEncryption.html New .proto's may be available...

enhancement
question
security

There are several trivial lookup tables in hadoofus that could be replaced by a hash (generated either at compile time or runtime). Compile-time perfect hashing is fine, but at least...

enhancement
good first issue
performance