As in the title, I am looking for an implementation of HMAC-SHA1 for C #. This will work under the micro-framework, so I cannot use the built-in System.Security.Cryptography classes.
I have no problem migrating the library if I can understand the source code. I found the source for one in Javascript and confirmed that it matches the expected values, but I have problems with wrapping because I cannot always tell which types are values.
So, does anyone know of any C # (or Java (or other strongly typed) implementations there?
source share