Source File
u_tls13.go
Belonging Package
github.com/refraction-networking/utls/internal/tls13
package tls13import fips140func [ fips140.Hash]( func() , []byte) *EarlySecret {return &EarlySecret{secret: ,hash: func() fips140.Hash { return () },}}func ( *EarlySecret) () []byte {if != nil {return .secret}return nil}func [ fips140.Hash]( func() , []byte) *MasterSecret {return &MasterSecret{secret: ,hash: func() fips140.Hash { return () },}}func ( *MasterSecret) () []byte {if != nil {return .secret}return nil}
![]() |
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. |