mirror of
https://github.com/caddyserver/caddy.git
synced 2025-02-09 09:05:49 +08:00
7 lines
118 B
Go
7 lines
118 B
Go
![]() |
// +build amd64
|
||
|
|
||
|
package aesnicheck
|
||
|
|
||
|
// HasAESNI returns whether AES-NI is supported by the CPU.
|
||
|
func HasAESNI() bool
|