using System; namespace Tamir.SharpSsh.jsch.jce { /// /// Summary description for BlowfishCBC. /// public class BlowfishCBC { public BlowfishCBC() { // // TODO: Add constructor logic here // } } }