Replace blake2b by sha512 (as it is not yet available on alpine

This commit is contained in:
nemunaire 2018-02-21 01:51:06 +01:00 committed by Pierre-Olivier Mercier
commit 6df70342af
4 changed files with 7 additions and 12 deletions

View file

@ -17,7 +17,7 @@ token_generator() {
do
echo -n :${d}
done
} | b2sum | cut -d ' ' -f 1
} | sha512sum | cut -d ' ' -f 1
}
# JSON token format helper