Hi, I have also implemented encryption algorithms for TinyOS 2.x. You can use them as examples for your implementation. Here the link: http://tinyos.cvs.sourceforge.net/viewvc/*checkout*/tinyos/tinyos-2.x-contrib/crypto/index.html
Regards. - Sylvain Pelissier On Sun, 2010-04-11 at 13:58 +0800, Qiyuan Zhang wrote: > Hi, Sam. > > Of course you can use RC5 in T2. but you have to port the code from > TinyOS1.x. > > Regards, > > Qiyuan > > On Sat, Apr 10, 2010 at 7:00 PM, Sam Azarro <[email protected]> wrote: > Hi all, > i want to know if it is possible to use RC5 algorithm with > tinyos 2.x ? > thanks in advance > > > Regards > Sam > > > ______________________________________________________________ > Date: Sat, 10 Apr 2010 11:33:25 +0800 > From: [email protected] > To: [email protected] > CC: [email protected] > Subject: Re: [Tinyos-help] How to use RC5 and MD5 algorithms > > > > TinySec has implemented RC5, you can find the source code in > tinyos1.x > However, I dont't know any MD5 implementation. There is > CBC-MAC is TinySec, which I use as hash function. > > Regards > > Qiyuan > > On Fri, Apr 9, 2010 at 8:26 PM, LIKITH RAJ > <[email protected]> wrote: > Hi, > I want to use RC5 encryption and MD5 hash > function for the purpose of > encryption and hashing techniques respectively > in tinyos 1.1.11-3is. > But I dont know the code for the above. > can I get the code and procedure to obtain the > same.. > > > > Regards, > Likith Raj > > _______________________________________________ > Tinyos-help mailing list > [email protected] > > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > > > > > ______________________________________________________________ > Hotmail : une messagerie fiable avec la protection anti-spam > performante de Microsoft Inscrivez-vous > > _______________________________________________ > 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
