Skip to content
  • Nick Mathewson's avatar
    Rename crypto_digest_all, and digests_t. · 8a4bba06
    Nick Mathewson authored
    They are no longer "all" digests, but only the "common" digests.
    
    Part of 17795.
    
    This is an automated patch I made with a couple of perl one-liners:
    
      perl -i -pe 's/crypto_digest_all/crypto_common_digests/g;' src/*/*.[ch]
      perl -i -pe 's/\bdigests_t\b/common_digests_t/g;' src/*/*.[ch]
    8a4bba06