type golang.org/x/crypto/openpgp/packet.ecdhKdf
6 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L110: type ecdhKdf struct {
public_key.go#L115: func (f *ecdhKdf) parse(r io.Reader) (err error) {
public_key.go#L137: func (f *ecdhKdf) serialize(w io.Writer) (err error) {
public_key.go#L148: func (f *ecdhKdf) byteLen() int {
public_key.go#L165: ecdh *ecdhKdf
public_key.go#L288: pk.ecdh = new(ecdhKdf)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |