Versions in this module Expand all Collapse all v1 v1.0.0 Aug 20, 2025 Changes in this version + const DecryptDataVar + const DecryptEnv + const DefaultQRPath + var DecryptCmd = &bonzai.Cmd + var ExtractCmd = &bonzai.Cmd + var ImageCmd = &bonzai.Cmd + var TextCmd = &bonzai.Cmd + func ConvertBitstreamToQRImage(bitstream []byte, size int) (image.Image, error) + func DecryptAES(encryptedBase64, key string) (string, error) + func ExtractQRCodeFromJPEG(inputPath string, outputQRPath string) error + func ReadQRCode(filePath string) (string, error)