mirror of
https://github.com/ipxe/ipxe
synced 2025-12-20 20:10:18 +03:00
Added "name" field to digest algorithms
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
*
|
||||
*/
|
||||
struct digest_algorithm {
|
||||
/** Algorithm name */
|
||||
const char *name;
|
||||
/** Size of a context for this algorithm */
|
||||
size_t context_len;
|
||||
/** Size of a message digest for this algorithm */
|
||||
|
||||
Reference in New Issue
Block a user