[Tinyos-help] cryptographic primitives in tinyos2.x

2009-12-06 Thread wafa jaballah
Hi all, I'm working on tinyos2.x and I want to use some cryptographic primitives like Skipjack, blockCipher, RC5, etc In tinyos2.x, there are no components and modules for these primitives. How could I download them? Is there a link? Thanks -- Wafa Ben Jaballah

[Tinyos-help] cryptographic primitives in tinyos2.x

2009-12-06 Thread wafa jaballah
Hi all, I'm working on tinyos2.x and I want to use some cryptographic primitives like Skipjack, blockCipher, RC5, etc In tinyos2.x, there are no components and modules for these primitives. How could I download them? Is there a link? Thanks -- Wafa Ben Jaballah

Re: [Tinyos-help] cryptographic primitives in tinyos2.x

2009-12-06 Thread sissou
Hi, There is implementations of Skipjack and RC5 inside TinySec which you can reuse. You can find more information at http://docs.tinyos.net/index.php/Security Reagrds. Sylvain On Sun, 2009-12-06 at 22:06 +0100, wafa jaballah wrote: Hi all, I'm working on tinyos2.x and I want to use some