We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
src\github.com\marten-seemann\qtls\common.go:1380:20: undefined: cpu.HasAES src\github.com\marten-seemann\qtls\common.go:1380:34: undefined: cpu.ARM64 src\github.com\marten-seemann\qtls\key_schedule.go:40:9: undefined: hkdf.Extract src\github.com\marten-seemann\qtls\key_schedule.go:59:12: undefined: hkdf.Expand src\github.com\marten-seemann\qtls\key_schedule.go:129:30: undefined: curve25519.ScalarSize src\github.com\marten-seemann\qtls\key_schedule.go:133:21: undefined: curve25519.X25519 src\github.com\marten-seemann\qtls\key_schedule.go:133:51: undefined: curve25519.Basepoint src\github.com\marten-seemann\qtls\key_schedule.go:212:20: undefined: curve25519.X25519
The text was updated successfully, but these errors were encountered:
You should use go mod
go mod
Sorry, something went wrong.
No branches or pull requests
github.com/marten-seemann/qtls
src\github.com\marten-seemann\qtls\common.go:1380:20: undefined: cpu.HasAES
src\github.com\marten-seemann\qtls\common.go:1380:34: undefined: cpu.ARM64
src\github.com\marten-seemann\qtls\key_schedule.go:40:9: undefined: hkdf.Extract
src\github.com\marten-seemann\qtls\key_schedule.go:59:12: undefined: hkdf.Expand
src\github.com\marten-seemann\qtls\key_schedule.go:129:30: undefined: curve25519.ScalarSize
src\github.com\marten-seemann\qtls\key_schedule.go:133:21: undefined: curve25519.X25519
src\github.com\marten-seemann\qtls\key_schedule.go:133:51: undefined: curve25519.Basepoint
src\github.com\marten-seemann\qtls\key_schedule.go:212:20: undefined: curve25519.X25519
The text was updated successfully, but these errors were encountered: