-2

I am trying to measure the running time of different crypto algorithm. e.g. how long it takes to encrypt/decrypt a block of plaintext. May I ask if C with OpenSSL is the best PL to do this?

2 Answers 2

3

By far, the language question is a matter of fashion. The best language for getting stuff done is the one you know. The best language for personal development is one you don't.

C would work just fine.

1
  • its not really an answer to the question, but i guess this is what i need to hear. Thanks Commented Apr 22, 2013 at 15:26
1

The same (both PL and library) that you'd use for production because libraries differ in implementation details, and benchmark from one PL/library is not representative of performance with another PL.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.