HashAlgorithm class in NETMF

So I am sure that I am missing something, but is the HashAlgorithm class implemented in NETMF? Is it mainboard dependent? Which boards support it?

Thanks,
Mike

The Object class has a GetHashCode method which returns an integer. Most, classes implement this virtual method. So, you can get a hash value for almost any class. Was this what you were asking?

I suspect he is referring to the crypto hash implementation. Not sure which board include it in their specific ports though.

@ taylorza - You are correct. I am interested in using the System.Security.Cryptography.HashAlgorithm class.

@ munderhill - I have a SHA1 ( I think) that I use. It’s in managed code, so if performance is critical, it may not be useful. Let me know if you’re interested and I’ll post it in codeshare.

@ Valkyrie-MT - Thanks, but I actually just found an implementation on the “other” netmf forum. It may still be helpful to post in codeshare.