mirror of
https://github.com/ipxe/ipxe
synced 2025-12-26 09:32:33 +03:00
[test] Add speed tests for digest algorithms
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -19,6 +19,7 @@ struct digest_test_fragments {
|
||||
extern int digest_test ( struct digest_algorithm *digest,
|
||||
struct digest_test_fragments *fragments,
|
||||
void *data, size_t len, void *expected );
|
||||
extern unsigned long digest_cost ( struct digest_algorithm *digest );
|
||||
|
||||
/**
|
||||
* Report digest test result
|
||||
|
||||
Reference in New Issue
Block a user