golang.org/x/crypto/openpgp/packet.ecdhKdf.KdfAlgo (field)

3 uses

	golang.org/x/crypto/openpgp/packet (current package)
		public_key.go#L112: 	KdfAlgo kdfAlgorithm
		public_key.go#L130: 	f.KdfAlgo = kdfAlgorithm(buf[2])
		public_key.go#L143: 	buf[3] = byte(f.KdfAlgo)