Ninjastic
Home
Search
Users
Boards
Addresses
Ctrl + K
Toggle theme
Open menu
Post
Edited versions
Quotes to this post
Post
3031731
Topic
279752
Board
Development & Technical Discussion
Re: Sipa's secp256k1 for .NET!
by
riplin
on
29/08/2013, 01:23:18 UTC
Quote from: joshlang on August 28, 2013, 10:22:42 PM
Quote from: riplin on August 28, 2013, 05:18:04 PM
No guards, no nothing, that's correct. but you could write a nice little C# wrapper for it.
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?
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.