On Wednesday 11 February 2009 14:49:11 Francesco Losciale wrote: > the purpose is to implement a small lib/crypto.py module that could be > usefull for several jobs, such as the ANDNA cryptographic
I don't think we need a crypto.py, why should we reinvent the wheel? :) On Wednesday 11 February 2009 14:39:29 Alpt wrote: > The functions in crypto.h is all what we need: > generate_rsa_pub > generate_rsa_priv > rsa_sign > verify_sign For RSA stuff we can use the production ready and well tested code of m2crypto. > hash_sha1 > hash_md5 sha1 and md5 are already in the stdlib. -- Eriol - *p = NULL; - EIBTI GPG Key ID 0B7C8A19 http://mornie.org _______________________________________________ Netsukuku mailing list [email protected] http://lists.dyne.org/mailman/listinfo/netsukuku
