cfb32

package
v1.0.3028 Latest Latest
Warning

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

Go to latest
Published: Aug 28, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var CFB32 = crypto.TypeMode.Generate()

密码反馈模式, 32字节 CFB32 mode

Functions

This section is empty.

Types

type ModeCFB32

type ModeCFB32 struct{}

func (ModeCFB32) Decrypt

func (this ModeCFB32) Decrypt(data []byte, block cipher.Block, opt crypto.IOption) ([]byte, error)

解密 / Decrypt

func (ModeCFB32) Encrypt

func (this ModeCFB32) Encrypt(plain []byte, block cipher.Block, opt crypto.IOption) ([]byte, error)

加密 / Encrypt

Jump to

Keyboard shortcuts

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