package
0.0.0-20240829204844-f1a3cc8cc1aa
Repository: https://github.com/kevinrudde/gophercraft.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewCFB8Decrypter returns a Stream which decrypts with cipher feedback mode (segment size = 8), using the given Block.
NewCFB8Encrypter returns a Stream which encrypts with cipher feedback mode (segment size = 8), using the given Block.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

CFB8 CFB stream with 8 bit segment size See http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf.