Hi, thank you for working hard to bring BCrypt to Ruby! I apologize if this is not the appropriate place for suggestions. However, is there any way to turn off the hashing so that the cost is truly zero? This is not meant for production of course, but for spec performance improvements. I understand the algorithm has a minimum, but is there the possibility of a return here ?
Thanks in advance!
Hi, thank you for working hard to bring BCrypt to Ruby! I apologize if this is not the appropriate place for suggestions. However, is there any way to turn off the hashing so that the cost is truly zero? This is not meant for production of course, but for spec performance improvements. I understand the algorithm has a minimum, but is there the possibility of a return here ?
Thanks in advance!