type crypto/tls.x25519Parameters
5 uses
crypto/tls (current package)
key_schedule.go#L122: return &x25519Parameters{privateKey: privateKey, publicKey: publicKey}, nil
key_schedule.go#L180: type x25519Parameters struct {
key_schedule.go#L185: func (p *x25519Parameters) CurveID() CurveID {
key_schedule.go#L189: func (p *x25519Parameters) PublicKey() []byte {
key_schedule.go#L193: func (p *x25519Parameters) SharedKey(peerPublicKey []byte) []byte {
![]() |
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. |