MCPcopy Create free account
hub / github.com/ElementsProject/lightning / hmac_done

Function hmac_done

common/hmac.c:20–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20void hmac_done(crypto_auth_hmacsha256_state *state,
21 struct hmac *hmac)
22{
23 crypto_auth_hmacsha256_final(state, hmac->bytes);
24}
25
26void hmac(const void *src, size_t slen,
27 const void *key, size_t klen,

Callers 2

hmacFunction · 0.70
compute_hmacFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected