public void Decrypt(byte[] data, int offset, int len, byte[] result, int ro) { _bf.DecryptSSH1Style(data, offset, len, result, ro); }