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

Function hmac_done

common/hmac.c:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21void hmac_done(crypto_auth_hmacsha256_state *state,
22 struct hmac *hmac)
23{
24 crypto_auth_hmacsha256_final(state, hmac->bytes);
25}
26
27void hmac(const void *src, size_t slen,
28 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