whatsmeowgo.mau.fi/whatsmeow/util/gcmutil Index | Files

package gcmutil

import "go.mau.fi/whatsmeow/util/gcmutil"

Index

Functions

func Decrypt

func Decrypt(secretKey, iv, ciphertext, additionalData []byte) ([]byte, error)

func Encrypt

func Encrypt(secretKey, iv, plaintext, additionalData []byte) ([]byte, error)

func Prepare

func Prepare(secretKey []byte) (gcm cipher.AEAD, err error)

Source Files

gcm.go

Version
v0.0.0-20250527134344-0b502af800ee (latest)
Published
May 27, 2025
Platform
linux/amd64
Imports
3 packages
Last checked
6 days ago

Tools for package owners.