Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cipher ¶
type Cipher struct {
// contains filtered or unexported fields
}
Cipher is type for our block AES cipher
func (*Cipher) TryDecrypt ¶
func (*Cipher) TryEncrypt ¶
TryEncrypt encrypts dat with the cipher. This will be merged with Encrypt function later.
Click to show internal directories.
Click to hide internal directories.