Versions in this module Expand all Collapse all v1 v1.1.2 Jun 27, 2021 v1.1.1 Apr 13, 2020 Changes in this version + const DirectionDecrypt + const DirectionEncrypt + func Transform(bc cipher.Block, tweak []byte, inputData []byte, direction directionConst) []byte + type EMECipher struct + func New(bc cipher.Block) *EMECipher + func (e *EMECipher) Decrypt(tweak []byte, inputData []byte) []byte + func (e *EMECipher) Encrypt(tweak []byte, inputData []byte) []byte