| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
directory and into algorithm specific modules.
Even now, disabling a public key algorithm does leave some 'residual' code,
but much less than before.
Mark if_algo to only load if needed (if RW or RSA is loaded). However there seems
to be a bug in the dependency handling in configure.pl - even if rsa and rw
are disabled with --disable-modules, if_algo continues to be built. Will
have to look at this later.
|
| |
|
|
|
|
|
|
| |
will be split up into ecdsa and eckaeg, however they are pretty stuck together
at the moment so I'm leaving them like that until I can get the time to really
dig into that code.
|
| |
|
|
|
|
|
|
|
|
|
| |
math/bigint - BigInt implementation
math/numbertheory - Math stuff built on top of BigInt
Coming soon: math/gfp (parts of pk/ecdsa)
Update deps in the pk files
|
|
|