Versions in this module Expand all Collapse all v0 v0.1.3 Nov 12, 2024 v0.1.2 Jun 30, 2024 v0.1.1 Feb 5, 2024 Changes in this version + const DefaultKeySize + const HashSize + const IVSize + const KeyVersionSize + var KEY_LEN = DefaultKeySize + func CFBDecryptBuffer(buffer []byte) ([]byte, error) + func Decrypt(key, cipherText []byte) ([]byte, error)