Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var IVParameter []byte
Functions ¶
func GenerateUserKey ¶
func PKCS7UnPadding ¶
Types ¶
type BlockReader ¶
type BlockReader struct {
// contains filtered or unexported fields
}
func NewBlockReader ¶
func NewBlockReader(data []byte) *BlockReader
type EncryptedBlock ¶
func NewEncryptedBlock ¶
func NewEncryptedBlock(bs []byte) *EncryptedBlock
func (*EncryptedBlock) Decode ¶
func (self *EncryptedBlock) Decode(key *Key, writer io.Writer) error
func (*EncryptedBlock) ToBytes ¶
func (self *EncryptedBlock) ToBytes() []byte
Click to show internal directories.
Click to hide internal directories.