challenge10

package
v0.0.0-...-e4b0aa0 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2019 License: MIT Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddPadding

func AddPadding(bytes []byte, keysize int) []byte

func DecryptCBC

func DecryptCBC(iv string, key string, bytesToDecrypt []byte) []byte

func DecryptEBC

func DecryptEBC(key string, bytesToDecrypt []byte) []byte

func EncryptCBC

func EncryptCBC(iv string, key string, bytesToEncrypt []byte) []byte

func EncryptEBC

func EncryptEBC(key string, bytesToEncrypt []byte) []byte

func FlattenPadded2DArray

func FlattenPadded2DArray(bytesToFlatten [][]byte) (flatBytes []byte)

func XOROnBytes

func XOROnBytes(by1 []byte, by2 []byte) []byte

Types

This section is empty.

Jump to

Keyboard shortcuts

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