const vendor/golang.org/x/crypto/chacha20poly1305.KeySize
6 uses
vendor/golang.org/x/crypto/chacha20poly1305 (current package)
chacha20poly1305.go#L17: KeySize = 32
chacha20poly1305.go#L36: key [KeySize]byte
chacha20poly1305.go#L44: if len(key) != KeySize {
xchacha20poly1305.go#L15: key [KeySize]byte
xchacha20poly1305.go#L28: if len(key) != KeySize {
crypto/hpke
aead.go#L80: nK: chacha20poly1305.KeySize,
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)