Changeset 988 for vendor/current/lib/crypto/hmacsha256.h
- Timestamp:
- Nov 24, 2016, 1:14:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/lib/crypto/hmacsha256.h
r414 r988 34 34 void hmac_sha256_init(const uint8_t *key, size_t key_len, struct HMACSHA256Context *ctx); 35 35 void hmac_sha256_update(const uint8_t *data, size_t data_len, struct HMACSHA256Context *ctx); 36 void hmac_sha256_final(uint8_t digest[ 20], struct HMACSHA256Context *ctx);36 void hmac_sha256_final(uint8_t digest[SHA256_DIGEST_LENGTH], struct HMACSHA256Context *ctx); 37 37 38 38 #endif /* _HMAC_SHA256_H */
Note:
See TracChangeset
for help on using the changeset viewer.