Documentation ¶
Overview ¶
Package seed implements SEED encryption, as defined in TTAS.KO-12.0004/R1
Index ¶
Constants ¶
View Source
const (
// The SEED block size in bytes.
BlockSize = 16
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KeySizeError ¶
type KeySizeError int
func (KeySizeError) Error ¶
func (k KeySizeError) Error() string
Click to show internal directories.
Click to hide internal directories.