Versions in this module Expand all Collapse all v1 v1.3.8 Aug 17, 2022 v1.3.7 Jul 11, 2022 Changes in this version + var BlockSize = aes.BlockSize + var HMACHash = crypto.SHA256 + func CTRStream(src io.Reader, dst io.Writer, key, iv []byte) error + func CtrStreamEtM(src io.Reader, dst io.Writer, key, iv []byte, decrypt bool) error + func GCMOpen(ciphertext, key, nonce []byte) ([]byte, error) + func GCMSeal(plaintext, key, nonce []byte) ([]byte, error) + func OFBStream(src io.Reader, dst io.Writer, key, iv []byte) error