I have an example of SHA512 hash of two NSData objects (Objective-C) Objective C SHA512 hash of two NSData that's in objective C, using the CommonCrypto, however I have tried to do the same thing using the SHA512Managed Class but could not get the same results.
PS: I am looking to be able to hash 2 NSData objects not a string.
Is there any way to do it using C#?
What would be the equivalent of CC_SHA512_Update and CC_SHA512_Final for Xamarin.iOS?
You could create the
NSDatawith the string .