golang.org/x/crypto/hkdf.New
third-partyThe 7590th most-called third-party function by production calls. Called 92 times across 35 modules; 78 of those run outside tests and generated code.
- prod calls
- 78
- non-test, non-generated
- all calls
- 92
- total callsites
- modules
- 35
- distinct callers
- in loop
- 8%
- of prod calls
- in tests
- 15%
- 14 calls
- resolved
- 100%
- to a known target
resolution mix
How each call resolves
How each call was attributed. Only resolved kinds, where the target function is known, count toward the ranking. Interface dispatch and unresolved receivers are reported separately and never guessed. Read the taxonomy →
- Package function98%A direct call to an exported package function, resolved by type.
- Package function (by syntax)2%A package function in a module outside the crawl, keyed by import path.
who calls this
Notable callers
Production calls into New from notable Go projects. Open one on the map to see what else it hammers.
where it's called
Callsites in the wild
12 representative callsites of 92, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
-
metacubex/utls @v1.8.7
in loop -
txthinking/brook @v0.0.0-20260224032921-5cd13ef3b1fb
in loop -
xtls/reality @v0.0.0-20260322125925-9234c772ba8f
in loop -
txthinking/brook @v0.0.0-20260224032921-5cd13ef3b1fb
in loop -
txthinking/brook @v0.0.0-20260224032921-5cd13ef3b1fb
in loop -
x/crypto @v0.54.0
hkdf/hkdf_test.go:304
in loop test -
x/crypto @v0.54.0
hkdf/hkdf_test.go:331
in loop test -
x/crypto @v0.54.0
hkdf/hkdf_test.go:427
in loop test -
x/crypto @v0.54.0
hkdf/hkdf_test.go:445
in loop test -
CCTV/age @v0.0.0-20260605191406-1e3d2860d46e
internal/testkit/testkit.go:178
-
filippo.io/age @v1.3.1
primitives.go:53
top callers
The modules that reach for it
The modules that call New most in this snapshot.
- filippo.io/age910%
- github.com/FiloSottile/age910%
- github.com/txthinking/brook89%
- maunium.net/go/mautrix89%
- golang.org/x/crypto78%