Oh! minor changes required for the patch: - any written code must use spaces instead of tabs (4 spaces), please configure your editor. - all comments must be inside /* */, not // - suggestions do not apply for third party components like the encoding routines written by Linus
thats all for now. On Tue, Apr 3, 2012 at 8:10 PM, Eduardo Silva <[email protected]> wrote: > thanks!, it looks fine, in order to test it would you please provide a > second patch which modifies the example service adding a sha1 method > which listen for 1 parameter and prints out a base64(sha1(param)) ?? > > On Tue, Apr 3, 2012 at 8:06 PM, Nicolas Pépin Perreault > <[email protected]> wrote: >> Added a SHA1 package to Duda; it's a simple wrapper around a SHA1 library >> which provide a single function to webservices: >> >> void encode (const void *dataIn, unsigned char *dataOut, unsigned long >> length); >> >> -- >> - Nicolas Pépin-Perreault >> >> _______________________________________________ >> Monkey mailing list >> [email protected] >> http://lists.monkey-project.com/listinfo/monkey >> > > > > -- > Eduardo Silva > http://edsiper.linuxchile.cl > http://www.monkey-project.com -- Eduardo Silva http://edsiper.linuxchile.cl http://www.monkey-project.com _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
