Documentation
¶
Overview ¶
Package aesgcm provides AES-GCM cipher helpers without colliding with crypto/aes.
New code should import this package instead of the legacy pki/aes path:
import "github.com/InsideGallery/core/pki/aesgcm"
Compatibility: github.com/InsideGallery/core/pki/aes remains available for existing consumers. Prefer New and KeySize constants from aesgcm so AES-GCM usage has an algorithm-specific import path.
Index ¶
Constants ¶
Variables ¶
View Source
var ErrInvalidKeySize = legacy.ErrInvalidAESSize
ErrInvalidKeySize reports an unsupported AES key size.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.