SHA512Managed is missing in Silverlight (for Windows Phone 7 CTP SDK), only upto SHA256 is available for use. Does anyone know a .NET class that I could use that offers a self-contained C# or VB.net SHA512 implementation?
I need to use this for authentication to a HTTP web service.
Using HashLib from http://hashlib.codeplex.com/ will work fine. There are methods within
HashLib.HashFactory.HashCryptoNotBuildInthat do not requireSystem.Crytography.