I'm doing a performance comparison of various digital signature schemes
ECDSA, DSA and RSA, and for it to be as complete as possible I'm doing
this for SHA1,256,384,512 digests and various curves/key lengths.
Regards Damian
On 2013.04.04 19:05, Cantor, Scott wrote:
On 4/4/13 1:02 PM, "Damian Kolasa" <[email protected]> wrote:
Hi everyone,
I'm planning to extend java lib of santuario with DSA_SHA256,384,512
algorithms (I need this for my masters degree thesis project). And I
have a question if maybe somebody has done that already and can give me
a patch ;) ?
I believe the only defined algorithms in 1.1 are DSA with SHA1 and SHA256.
DSA is also viewed as somewhat deprecated and is now optional in 1.1. In
other words, why are you using it, and did you consider something else?
-- Scott