Post
Topic
Board Development & Technical Discussion
Re: Sipa's secp256k1 for .NET!
by
riplin
on 29/08/2013, 01:23:18 UTC
No guards, no nothing, that's correct. but you could write a nice little C# wrapper for it. Smiley

Just for the fun of it, would you mind running your .dll through reflector to get a peek at the generated code?

Sure, but why me? Tongue

Ok, I used ILSpy.


I didn't have your code compiled and I'm on vacation, so don't have all my tools handy. But looks like single pinvokes per call. So it's all good.