type crypto/internal/entropy/v1.0.0.ScratchBuffer
7 uses
crypto/internal/entropy/v1.0.0 (current package)
entropy.go#L25: type ScratchBuffer [1 << 25]byte
entropy.go#L34: func Seed(memory *ScratchBuffer) ([48]byte, error) {
entropy.go#L76: func Samples(samples []uint8, memory *ScratchBuffer) error {
entropy.go#L98: memory *ScratchBuffer
entropy.go#L103: func newSource(memory *ScratchBuffer) *source {
entropy.go#L115: func touchMemory(memory *ScratchBuffer, idx uint32) {
crypto/internal/fips140/drbg
entropy_fips140.go#L34: var memory entropy.ScratchBuffer
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |