[ndnSIM] Signature

Alex Afanasyev alexander.afanasyev at ucla.edu
Thu Mar 13 16:30:17 PDT 2014


What kind of difference?  Don't forget that in the simulator all operations are performed in simulated, not real time.  And all method calls are finished within 0 simulation time.  Therefore, if you're planning to measure time complexity of algorithms, the simulator wouldn't give you much.

Again, if the objective is to do time complexity analysis, I would recommend making a non-simulated implementation.  You can check out ndn-cpp-dev library (https://github.com/named-data/ndn-cpp-dev) for that.

---
Alex

On Mar 13, 2014, at 9:24 PM, AL IMEM ALI <ali_limem2006 at hotmail.com> wrote:

> i wanna see the diffrences between merkle hash trees and ecdsa and also RSA and test signature verification to achieve integrity ! if there is another way could you tell me about it ?
> 
> Sent from my ASUS MeMO Pad
> 
> AL IMEM ALI <ali_limem2006 at hotmail.com> wrote:
> 
> HI ALEX
> 
> my strategy is to implement new signature algorithms like RSA , DSA .... in the signature field related to NDN packet could you help me please , or give me an idea to implement such a method.
> Best Wishes
> 
> AL IMEM ALI

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.lists.cs.ucla.edu/pipermail/ndnsim/attachments/20140313/b2f18a4c/attachment.html>


More information about the ndnSIM mailing list