[Cryptography] Code beg... C#...

Dennis E. Hamilton dennis.hamilton at acm.org
Sat Mar 19 19:26:56 EDT 2016



> -----Original Message-----
> From: cryptography [mailto:cryptography-
> bounces+dennis.hamilton=acm.org at metzdowd.com] On Behalf Of Tom Mitchell
> Sent: Friday, March 18, 2016 22:55
> To: Phillip Hallam-Baker <phill at hallambaker.com>
> Cc: cryptography at metzdowd.com
> Subject: Re: [Cryptography] Code beg... C#...
> 
> On Fri, Mar 18, 2016 at 9:18 AM, Phillip Hallam-Baker
> <phill at hallambaker.com <mailto:phill at hallambaker.com> > wrote:
> 
> 
> 	Does anyone on the list have knowledge of a library that implements
> 	the new CFRG elliptic curve algorithms in C#?
> 
[orcmid] 

If you are using C# on Windows, it is valuable to use the built-in Cryptographic Providers,
< https://msdn.microsoft.com/en-us/library/windows/desktop/bb931354(v=vs.85).aspx>.  Look under Key Exchange Algorithms at the bottom of that page.

There might be a third party provider if the ones listed by the certutil don't suit you.

> 
> 
> With modern compilers and well defined calling conventions
> 
> you should not need C++ code if you have C....
> Start with any language and look for ways to link it.
> 
> My Google foo found these.
> https://eprint.iacr.org/2015/625.pdf
> https://sourceforge.net/p/ed448goldilocks/code/ci/decaf/tree/
> 
> 
> 
> 
> 
> --
> 
>   T o m    M i t c h e l l



More information about the cryptography mailing list