I am trying to port the Granados SSH library to .NET Compact Framework, and have a problem with a library that's not in CF 2.0:
System.Security.Cryptography.HMACSHA1;
Compact Framework 2.0 does contain System.Security.Cryptography.HashAlgorithm but that's it.
Is there something simple I can do to get HMACSHA1 on .CF ?
--C