Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CMakeLists.txt « keygen - github.com/mRemoteNG/PuTTYNG.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 17eea2b15ed9c18419ca1d01017e17dd6543cf31 (plain)
1
2
3
4
5
6
7
8
9
10
add_sources_from_current_dir(keygen
  dsa.c
  ecdsa.c
  millerrabin.c
  mpunsafe.c
  pockle.c
  prime.c
  primecandidate.c
  rsa.c
  smallprimes.c)