Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PKCS5Padding ¶
Types ¶
type OracleNetworkCBCCryptor ¶
type OracleNetworkCBCCryptor struct {
// contains filtered or unexported fields
}
func NewOracleNetworkCBCEncrypter ¶
func NewOracleNetworkCBCEncrypter(key, iv []byte) (*OracleNetworkCBCCryptor, error)
type OracleNetworkEncryption ¶
type OracleNetworkHash ¶
func NewOracleNetworkHash ¶
func NewOracleNetworkHash(hash hash.Hash, key, iv []byte) (*OracleNetworkHash, error)
func (*OracleNetworkHash) Compute ¶
func (onh *OracleNetworkHash) Compute(input []byte) []byte
func (*OracleNetworkHash) Init ¶
func (onh *OracleNetworkHash) Init() error
type OracleNetworkHash2 ¶
func NewOracleNetworkHash2 ¶
func NewOracleNetworkHash2(hash hash.Hash, key, iv []byte) (*OracleNetworkHash2, error)
func (*OracleNetworkHash2) Compute ¶
func (onh *OracleNetworkHash2) Compute(input []byte) []byte
func (*OracleNetworkHash2) Init ¶
func (onh *OracleNetworkHash2) Init() error
Click to show internal directories.
Click to hide internal directories.