Namespace: go.std.crypto.des
v1.0Contents
Summary
Provides a low-level interface to the crypto/des package.
Package des implements the Data Encryption Standard (DES) and the
Triple Data Encryption Algorithm (TDEA) as defined
in U.S. Federal Information Processing Standards Publication 46-3.
DES is cryptographically broken and should not be used for secure
applications.
Index
Legend
-
Constant
Variable
Function
Macro
Special form
Type
GoVar
Receiver/Method
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
BlockSize
Int v1.0The DES block size in bytes.
Variables
-
(None.)
Functions, Macros, and Special Forms
-
NewCipher
Function v1.0(NewCipher key)
NewCipher creates and returns a new cipher.Block.
Go input arguments: (key []byte)
Go returns: (crypto/cipher.Block, error)
Joker input arguments: [^arrayOfByte key]
Joker returns: [^go.std.crypto.cipher/Block, ^Error] -
NewTripleDESCipher
Function v1.0(NewTripleDESCipher key)
NewTripleDESCipher creates and returns a new cipher.Block.
Go input arguments: (key []byte)
Go returns: (crypto/cipher.Block, error)
Joker input arguments: [^arrayOfByte key]
Joker returns: [^go.std.crypto.cipher/Block, ^Error]
Types
-
*KeySizeError
Concrete Type v1.0 -
KeySizeError
Concrete Type v1.0 -
Error
Receiver for KeySizeError v1.0([])
-
arrayOfKeySizeError
Concrete Type v1.0