Categorygithub.com/kierdavis/cfb8
repositorypackage
0.0.0-20180105024805-3a17c36ee2f8
Repository: https://github.com/kierdavis/cfb8.git
Documentation: pkg.go.dev

# README

PLEASE NOTE: I no longer actively maintain this project. Pull requests are welcome, but development has halted and issues are unlikely to gain a response.

cfb8

This package implements the CFB-8 cipher block mode. This differs from normal CFB (implemented in the builtin cipher package) in that the initialization vector is re-encrypted after encrypting every byte of plaintext, rather than every 16 bytes.