type crypto/internal/fips140cache.Cache
5 uses
crypto/internal/fips140cache (current package)
cache.go#L21: type Cache[K, V any] struct {
cache.go#L32: func (c *Cache[K, V]) Get(k *K, new func() (*V, error), check func(*V) bool) (*V, error) {
cache.go#L50: func (c *Cache[K, V]) evict(p weak.Pointer[K]) {
crypto/ecdsa
ecdsa.go#L572: var privateKeyCache fips140cache.Cache[PrivateKey, ecdsa.PrivateKey]
crypto/ed25519
ed25519.go#L86: var privateKeyCache fips140cache.Cache[byte, ed25519.PrivateKey]
![]() |
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. |