Search code examples
javadsa

DSA algorithm - digital signature


Last day I've spent on looking for correct Java implementation of DSA without using the java.secure and any other java.secure alike libraries(I've already used java.secure many times).

I googled, went on wiki, but couldn't find precise and clear description. If you have its implementation please share. It is not homework - school's out for summer, but this will help me very, very much.

I've already done the RSA but DSA is bigger deal to me.

Thank you for your help!

DSA: http://en.wikipedia.org/wiki/Digital_Signature_Algorithm


Solution

  • Pretty sure there's an implementation at www.bouncycastle.org