Home | History | Annotate | Download | only in libtomcrypt

Lines Matching full:inlining

910        -- Optimized Blowfish by inlining the round function, unrolling it for four rounds then using a for loop for the 
914 -- Optimized Twofish as well by inlining the round function. Gets ~400Mbit/sec compared to 280Mbit/sec before