Warning Never use this in a production system. ECB mode is not secure.
This package implements the electronic codebook (ECB) block cipher mode, which is missing from Go's standard library.
It satisfies all the requirements of the crypto/cipher.BlockMode
interface.