Versions in this module Expand all Collapse all v1 v1.0.0 May 15, 2019 Changes in this version + func DecryptWithoutIntegrity(key, input, iv []byte) ([]byte, error) + func DeriveKey(password string, salt []byte, N int) ([]byte, error) + func EncryptWithoutIntegrity(key, input, iv []byte) (output []byte, err error)