File: cpu_other.go

package info (click to toggle)
golang-github-marten-seemann-qtls-go1-19 0.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,900 kB
  • sloc: makefile: 2
file content (12 lines) | stat: -rw-r--r-- 157 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
//go:build js
// +build js

package qtls

var (
	hasGCMAsmAMD64 = false
	hasGCMAsmARM64 = false
	hasGCMAsmS390X = false

	hasAESGCMHardwareSupport = false
)