Dear Ruben,

I think the rareness of hash function implementations in sensor networks may
be because common sensors do not have a large amount of data needed to apply
hash algorithms.
Integrity and authentication are usually ensured by block cipher modes
(e.g., CCM and CBC-MAC).

If you really need some hash functions, you can try some open source codes
(in openssl).
Or you can take advantage of the in-chip AES encryption to implement your
own hash function (using Davis-Meyer construction, etc).

Good Luck & Merry Xmas
Bo


On Mon, Dec 21, 2009 at 8:23 PM, Ruben Rios <[email protected]> wrote:

> Dear all,
>
> I am wondering which interface/components I need to wire in order to use
> cryptographic primitives in my modules. In particular I am interested in
> hash functions, but any other related information will be very welcomed
>
> Best regards
> --
> Ruben Rios
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to