Nicolas Stalder
Nicolas Stalder
Maybe this PR should be replaced with a change of MSRV to Rust 1.56+ and switch to 2021 edition which has resolver=2 as default?
Expected output: files named `2018-12-0{1,2,3}.csv` Actual output: files named `2018120{1,2,3}.csv` ``` % cat test.csv date,int 2018-12-01,1 2018-12-02,2 2018-12-03,3 % xsv partition date test.csv-split test.csv % tail -n +1 `ls -d...
We'd be happy to send over a few keys for contributors, just drop an email to [email protected] if there is developer interest. Thinking experimentally, there are a few projects named...
@aep are you still planning to do any work on this? I am interested in Snow for a variant of PIV I'm implementing on Cortex-M33 microcontrollers, where I'd like to...
That's @aep :)
> There's one drawback that I never found a good solution for: Wherever you implement this pattern, you end up with a struct, e.g. `Thing` and a trait that really...
RHEL 7, Debian Jessie and GitHub support them, need to go pretty far back (RHEL 6, Debian Wheezy), to lack server support (Jan 2014, https://www.openssh.com/txt/release-6.5). We're likely the only pseudo-PIV...
I rebased, I hope go.sum is not a mess now. To give some context on the flag and YubiKeys: - Ed25519 is **not** part of NIST PIV (and likely won't...
I'm coordinating with other projects (PivApplet @arekinath, OpenFIPS201 @makinako) on which `alg` value to use. In retrospect, 0x22 was a somewhat unfortunate choice (it's in the range used for secure...
@jeronimoalbi we are running into an issue that's at least closely related. On RHEL 8.6 (`strings /usr/lib64/libstdc++.so.6|grep GLIBC`) the latest GLIBCXX is 3.4.25, whereas the compiled `ignite` binary wants 3.4.26....