示例#1
0
		Void Hash::ComputeHash(const StringA& string)
		{
			ComputeHash((PCByte)string.GetBuffer(), string.GetSize() * sizeof(Char));
		}
	Void SymmetricCipher::Compute(const StringA& string)
	{
		Compute((PCByte)string.GetBuffer(), string.GetSize() * sizeof(Char));
	}