crypto

package
v0.0.0-...-c07fb9f Latest Latest
Warning

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

Go to latest
Published: Mar 9, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AesCbcDec

func AesCbcDec(src io.Reader, dst io.Writer, pass []byte, iter int, mode AesMode, md func() hash.Hash) error

func AesCbcEnc

func AesCbcEnc(src io.Reader, dst io.Writer, pass []byte, iter int, mode AesMode, md func() hash.Hash) error

Types

type AesMode

type AesMode uint8
const (
	Aes128 AesMode = iota
	Aes192
	Aes256
)

Jump to

Keyboard shortcuts

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