The DES block size in bytes.
const BlockSize = 8
func NewCipher(key []byte) (cipher.Block, error)
NewCipher creates and returns a new cipher.Block.
func NewTripleDESCipher(key []byte) (cipher.Block, error)
NewTripleDESCipher creates and returns a new cipher.Block.
▹ Example
type KeySizeError int
func (k KeySizeError) Error() string