CFB8

package
v1.20.1 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2023 License: MIT Imports: 2 Imported by: 6

Documentation

Overview

Package CFB8 implements CFB8 block cipher mode of operation used by Minecraft protocol.

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
}

func NewCFB8Decrypt

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

func NewCFB8Encrypt

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

func (*CFB8) XORKeyStream

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

Jump to

Keyboard shortcuts

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