aesofb

package
v0.0.0-...-3d1188e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PCryptoAesHashOfb = AesOfb{/* contains filtered or unexported fields */}
	PCryptoAesXxxOfb  = AesOfb{/* contains filtered or unexported fields */}
	PCryptoAes128Ofb  = AesOfb{/* contains filtered or unexported fields */}
	PCryptoAes192Ofb  = AesOfb{/* contains filtered or unexported fields */}
	PCryptoAes256Ofb  = AesOfb{/* contains filtered or unexported fields */}
)

Functions

This section is empty.

Types

type AesOfb

type AesOfb struct {
	// contains filtered or unexported fields
}

func (AesOfb) Decrypt

func (ao AesOfb) Decrypt(ciphertext []byte, key []byte) (data []byte, err error)

func (AesOfb) Encrypt

func (ao AesOfb) Encrypt(plaintext []byte, key []byte) (data []byte, err error)

func (AesOfb) IsSymmetric

func (ao AesOfb) IsSymmetric() bool

func (AesOfb) Name

func (ao AesOfb) Name() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL