padding

package
v0.0.0-...-325af03 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AnsiX923 ansiX923
View Source
var Iso7816 iso7816
View Source
var NoPad noPad
View Source
var PKCS5 pkcs7
View Source
var PKCS7 pkcs7
View Source
var Zero zero

Functions

This section is empty.

Types

type Pad

type Pad interface {
	// Padding 填充明文
	Padding(origData []byte, blockSize int) []byte
	// UnPadding 去除填充数据
	UnPadding(padded []byte, blockSize int) ([]byte, error)
}

Jump to

Keyboard shortcuts

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