bryant

Results 6 issues of bryant

Fixes #27.

In general, it is possible for du to emit output and still return failure. Previously, this resulted in duplicate entries on systems that support both long and short options (since...

Adds both variants of Argon2 to rust-crypto. Golden tests require the `kats/` subdirectory in https://github.com/p-h-c/phc-winner-argon2 .

``` [1087/1136] Building CXX object lib/Target/RISCV/CMakeFiles/LLVMRISCVCodeGen.dir/RISCVMachineFunctionInfo.cpp.o In file included from ../lib/Target/RISCV/RISCVMachineFunctionInfo.cpp:13: In file included from ../lib/Target/RISCV/RISCVSubtarget.h:17: ../lib/Target/RISCV/RISCVFrameLowering.h:23:8: warning: 'hasFP' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] bool...

bug was introduced in 877104f58239fd19a4f3f5aed13bdd677c65f28b. the intent here is to allocate enough space for gmpf_get_str to plop a string. if all digits are requested (n_digits == 0), we defer to...

- self doesn't need to be mut when get_str - impl Display and Debug for Mpf