Void Hash::ComputeHash(const StringW& string) { ComputeHash((PCByte)string.GetBuffer(), string.GetSize() * sizeof(WChar)); }
Void SymmetricCipher::Compute(const StringW& string) { Compute((PCByte)string.GetBuffer(), string.GetSize() * sizeof(WChar)); }