BLAKE3
BLAKE3 copied to clipboard
How to modify the number of rounds for blake3?
Hello. Our current requirement is to reduce the number of rounds for Blake3 because our requirement is quite special. We may not need such a secure hash algorithm. The simplest way may be to reduce its number of rounds. How can I reduce the number of rounds in the code?