LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   DSA Algorithm example (https://www.linuxquestions.org/questions/programming-9/dsa-algorithm-example-423092/)

James_dean 03-09-2006 04:26 AM

DSA Algorithm example
 
DSA algorithm as explained here
http://en.wikipedia.org/wiki/Digital...ture_Algorithm
I was able to quickly understand how RSA and diffie-helman(-markle) public key algorithms worked but DSA is far more complex than both. Anyone have any simple c code example of how it works or even a written example?.
In addition DSA uses very large numbers and in Java there is the BigInteger class which handles all these large numbers and mathematical operations with large numbers. Is the only comparison in the C language is the BigNum functions with the openssl library?.

cppkid 03-09-2006 11:12 AM

check if this link can help you... It have got some source code

http://dev.neuclear.org/commons/xref...Benchmark.html

Hope this will work for you..
All the best.


All times are GMT -5. The time now is 10:48 PM.