1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-04 13:02:47 -05:00

Add primegen() to the testcrypt API.

I just found I wanted to generate a prime with particular properties,
and I knew PuTTY's prime generator could manage it, so it was easier
to add this function to testcrypt for occasional manual use than to
look for another prime-generator with the same feature set!

I've wrapped the function so as to remove the three progress-
reporting parameters.
This commit is contained in:
Simon Tatham
2019-02-09 15:35:02 +00:00
parent 03492ab593
commit 30117bff55
3 changed files with 28 additions and 2 deletions

6
Recipe
View File

@ -389,8 +389,10 @@ osxlaunch : [UT] osxlaunch
fuzzterm : [UT] UXTERM CHARSET MISC version uxmisc uxucs fuzzterm time settings
+ uxstore be_none uxnogtk memory
testcrypt : [UT] testcrypt SSHCRYPTO marshal utils memory tree234 uxutils
testcrypt : [C] testcrypt SSHCRYPTO marshal utils memory tree234 winmiscs
testcrypt : [UT] testcrypt SSHCRYPTO sshprime marshal utils memory tree234
+ uxutils
testcrypt : [C] testcrypt SSHCRYPTO sshprime marshal utils memory tree234
+ winmiscs
testzlib : [UT] testzlib sshzlib memory
uppity : [UT] uxserver SSHSERVER UXMISC uxsignal uxnoise uxgss uxnogtk