package cipherhw
import "crypto/internal/cipherhw"
Package cipherhw exposes common functions for detecting whether hardware support for certain ciphers and authenticators is present.
Index ¶
Functions ¶
func AESGCMSupport ¶
func AESGCMSupport() bool
AESGCMSupport returns true if the Go standard library supports AES-GCM in hardware.
Source Files ¶
- Version
- v1.8.4
- Published
- Oct 4, 2017
- Platform
- linux/amd64
- Last checked
- now –
Tools for package owners.