Skip to content

redplait/libecc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fork of libecc patched for WDK7

what problems were solved?

usage of C99. cl from WDK7 is very old and does not have support of C99

High stack usage. Authors of original library diligently avoided memory allocations so functions like XXX_verify_finalize used above 4Kb of stack. I add in sig/sig_algs_internal.h pairs of fptr for memory allocation/freeing

Building

just run Build Environment from WDK7 and run nmake It seems that WDK7 does not have lib.exe so I used one from VS2017

About

Fork of library for elliptic curves cryptography for using with WDK7

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 84.6%
  • Python 9.1%
  • Shell 2.8%
  • C++ 2.6%
  • Makefile 0.9%