1 o Minor features (performance):
2 - Remove about 96% of the work from the function that we run at
3 startup to test our curve25519_basepoint implementation. Since
4 this function has yet to find an actual failure, we'll only
5 run it for 8 iterations instead of 200. Based on our profile
6 information, this change should save around 8% of our startup
7 time on typical desktops, and may have a similar effect on
8 other platforms. Closes ticket 28838.