padding

package
v0.0.0-...-5a51158 Latest Latest
Warning

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

Go to latest
Published: Jan 20, 2021 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PKCS7

type PKCS7 struct{}

func (*PKCS7) Pad

func (p *PKCS7) Pad(src []byte, blockSize int) []byte

func (*PKCS7) Unpad

func (p *PKCS7) Unpad(src []byte) []byte

type Padding

type Padding interface {
	Pad(src []byte, blockSize int) []byte
	Unpad(src []byte) []byte
}

Jump to

Keyboard shortcuts

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