The new phpbb hashing function can be found in the /includes/functions.php file inside of forum installations with a version > RC6. Here is what they base it off of now:
http://www.openwall.com/phpass/
Looks like there is a number of functions used to hash the password, such as a salting technique. The base hashing function is phpbb_hash();