This commit is contained in:
Dmitry Vagner 2023-02-16 17:01:43 -08:00
parent da7a8879c4
commit ea9846debf

View File

@ -118,7 +118,7 @@ fn test_hash_512(
#[test]
fn test_blake2b() -> Result<()> {
test_hash_512("blake2b", (0,2), &blake2b)
test_hash_512("blake2b", (0, 2), &blake2b)
}
#[test]