package des

Import Path
	crypto/des (on golang.org and go.dev)

Dependency Relation
	imports 5 packages, and imported by 2 packages

Involved Source Files
	    block.go
	    cipher.go
	d-> const.go

Exported Type Names

type KeySizeError int (T) Error() string T : error
Exported Values
const BlockSize = 8 The DES block size in bytes.
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.