DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
cipher.NewCFBEncrypter()
Examples using...
cipher.NewCFBEncrypter()
Recent
Examples
NewCFBEncrypter in Go
by GoDoc
Go
cipher.NewCFBEncrypter
aes.BlockSize
aes.NewCipher
crypto/aes
crypto/cipher
NewCFBEncrypter returns a Stream which encrypts with cipher feedback mode, using the given Block. The iv must be the same length as the Block's block size.