MCPcopy Index your code
hub / github.com/perkeep/perkeep / genProcessRand

Function genProcessRand

pkg/auth/auth.go:478–480  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

476}
477
478func genProcessRand() {
479 processRand = RandToken(20)
480}
481
482// RandToken genererates (with crypto/rand.Read) and returns a token
483// that is the hex version (2x size) of size bytes of randomness.

Callers

nothing calls this directly

Calls 1

RandTokenFunction · 0.85

Tested by

no test coverage detected