URI: 
       tSilent expected diceware errors - hashcrush - Compute Argon2id hashes
  HTML git clone git://git.z3bra.org/hashcrush.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit e53c3e6319c0e856120980bcecc9e7b05cf37b62
   DIR parent cb22bbf011ca4e4795923b7607385146515e7648
  HTML Author: Willy Goiffon <contact@z3bra.org>
       Date:   Thu, 17 Aug 2023 00:59:32 +0200
       
       Silent expected diceware errors
       
       Diffstat:
         M makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/makefile b/makefile
       t@@ -13,7 +13,7 @@ ${OUTFILE}:
                make -j${NPROC} $(CPU:%=%.rec) > $@
        
        $(CPU:%=%.rec): ${DICT} tools/hashgen
       -        ./tools/diceware -c ${WORDCOUNT} -f ${DICT} | ./tools/hashdump | grep --line-buffered -Fm ${COUNT} + > $@
       +        ./tools/diceware -c ${WORDCOUNT} -f ${DICT} 2>/dev/null | ./tools/hashdump | grep --line-buffered -Fm $$((${COUNT}/${NPROC})) + > $@
                
        tools/hashgen:
                make -C hashgen