golang.org/x/crypto/bcrypt.GenerateFromPassword
third-partyThe 4115th most-called third-party function by production calls. Called 179 times across 80 modules; 146 of those run outside tests and generated code.
1% in production calls vs 2026-W37 (148 → 146)
- prod calls
- 146
- non-test, non-generated
- all calls
- 179
- total callsites
- modules
- 80
- distinct callers
- in loop
- 3%
- of prod calls
- in tests
- 18%
- 33 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 function11%A direct call to an exported package function, resolved by type.
- Package function (by syntax)89%A package function in a module outside the crawl, keyed by import path.
who calls this
Notable callers
Production calls into GenerateFromPassword from notable Go projects. Open one on the map to see what else it hammers.
- Kubernetes 6 4%
- Argo 4 3%
- containerd 4 3%
- Gitea 3 2%
- Dgraph 2 1%
where it's called
Callsites in the wild
12 representative callsites of 179, prioritizing in-loop and non-test usage. We link to source, never display it.
- in loop
- in loop
- in loop
- in loop
- in loop test
-
x/crypto @v0.57.0
bcrypt/bcrypt_test.go:224
in loop test - in loop test
- in loop test
-
-
cockroachdb/cockroach @v19.2.12+incompatible
-
-
top callers
The modules that reach for it
The modules that call GenerateFromPassword most in this snapshot.
- github.com/GoesToEleven/GolangTraining1911%
- github.com/bytebase/bytebase148%
- github.com/usememos/memos74%
- github.com/Tencent/WeKnora63%
- github.com/apache/answer63%
siblings
More from golang.org/x/crypto/bcrypt
The other most-called functions in this package. See all →