Documentation ¶
Overview ¶
Package seed implements SEED encryption, as defined in ISO/IEC 18033-3 : Information technology
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.