Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgryski/go-identicon
/ functions
Functions
7 in github.com/dgryski/go-identicon
⨍
Functions
7
◇
Types & classes
2
↓ 2 callers
Method
Render
Render generates a PNG from data
identicon.go:46
↓ 1 callers
Function
New7x7
New7x7 creates a new 7-by-7 identicon renderer using 'key' as the hash salt
identicon.go:73
Function
BenchmarkIdenticon
(b *testing.B)
bench_test.go:7
Function
New5x5
New5x5 creates a new 5-by-5 identicon renderer using 'key' as the hash salt
identicon.go:63
Method
Render
(data []byte)
identicon.go:82
Function
handler
(w http.ResponseWriter, r *http.Request)
demo/main.go:11
Function
main
()
demo/main.go:45