package cbc import ( "r00t2.io/sshkeys/internal/ciphers/aesCommon" ) // Cipher is an AES128-CBC cipher.Cipher. type Cipher struct { *aesCommon.AesCipher }