I want to use argon2d as a proof-of-work algorithm. But as I know I can't use the algorithm without salt? Should I use a static salt for every task or generate new? Is it possible to increase algorithm performance in case of static salt using? What is the perfect pattern of using such algorithms as argon2/scrypt for this purposes?
Asked
Active
Viewed 160 times