您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
12345678910111213 |
- #ifndef _GPXE_SHA1_H
- #define _GPXE_SHA1_H
-
- #include "crypto/axtls/crypto.h"
-
- struct crypto_algorithm;
-
- #define SHA1_CTX_SIZE sizeof ( SHA1_CTX )
- #define SHA1_DIGEST_SIZE SHA1_SIZE
-
- extern struct crypto_algorithm sha1_algorithm;
-
- #endif /* _GPXE_SHA1_H */
|