Re: [Tinyos-help] Hash function

2012-07-02 Thread Maycon Maia Vitali
ping? *Maycon Maia Vitali* (aka 0ut0fBound) Offensive Security Certified Expert (OSCE) Security Researcher @ Hack'n Roll http://maycon.hacknroll.com Hack'n Roll 2012/6/26 Maycon Maia Vitali > Hi folks, > > Can someone give me a reference about hash functions implementation for > TinyOS?

[Tinyos-help] Hash function

2012-06-25 Thread Maycon Maia Vitali
Hi folks, Can someone give me a reference about hash functions implementation for TinyOS? Is it a good idea implements some functions like MD5 or SHA-1? *Maycon Maia Vitali* (aka 0ut0fBound) Offensive Security Certified Expert (OSCE) Security Researcher @ Hack'n Roll http://maycon.hacknroll.

Re: [Tinyos-help] hash function

2010-03-17 Thread Eric Decker
nesc is a superset of C so "of course". Take a look at phil levis' text book tinyos-programming * * On Wed, Mar 17, 2010 at 3:37 AM, wafa jaballah wrote: > Hi all, > > I want to use specific hash functions in my work. > > In fact,

[Tinyos-help] hash function

2010-03-17 Thread wafa jaballah
Hi all, I want to use specific hash functions in my work. In fact, these hash functions have to map each element to a value between 0 and m. That is, h1(X) = e ; and e is between 0 and m. Is there a way to implement these hash functions in nesC? Thanks, and Best Regards, -- Wafa Ben Jaball

[Tinyos-help] Hash Function

2006-11-08 Thread Lorenzo Mainardi
Hi, I developing a distributed authentication protocol for Wireless Sensor Network. I need an hash function, I saw in a previous posts that RC5 was implemented in TinyOS, where I can find it? If I cannot use it, can I initialize the standard random number generator with a seed, instead the default