According to the stability page (https://docs.djangoproject.com/en/dev/ misc/api-stability/):
"Most of the modules in django.utils are designed for internal use. Only the following parts of django.utils can be considered stable..." django.utils.crypto is not listed as one of the stable modules. However, the module is used in a number of places in the Django code. It looks as though their use across both the 1.3 and development version is pretty stable. So I guess I'm wondering whether it's okay to use the main functions, constant_time_compare and salted_hmac, in my own Django code. Thanks -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.