encryption

package
v0.0.0-...-8eced28 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CFB8

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

CFB8 is an implementation of the AES-CFB8 encryption algorithm in Go. https://play.golang.org/p/LTbId4b6M2

func NewCFB8Decrypt

func NewCFB8Decrypt(c cipher.Block, iv []byte) *CFB8

NewCFB8Decrypt ...

func NewCFB8Encrypt

func NewCFB8Encrypt(c cipher.Block, iv []byte) *CFB8

NewCFB8Encrypt ...

func (*CFB8) XORKeyStream

func (cf *CFB8) XORKeyStream(dst, src []byte)

XORKeyStream ...

Jump to

Keyboard shortcuts

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