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

cipherhw_amd64.go doc.go

Version
v1.8.7
Published
Feb 7, 2018
Platform
linux/amd64
Last checked
now

Tools for package owners.