Subpackages
cfb8
Package cfb8 implements the 8-bit cipher feedback mode (CFB8) of operation for any block cipher, as defined by NIST SP 800-38A. Go's standard library exposes only full-block CFB (and deprecates it), whereas several Microsoft protocols — notably the Netlogon secure channel of MS-NRPC ([MS-NRPC] 3.1.4.4.1) — rely on the 8-bit-segment variant, in which the shift register advances one octet per plaintext octet.
Opencts
Package aescts implements AES-CTS (Ciphertext Stealing) mode as used by Kerberos per RFC 3962.
Open