Author | SHA1 | Message | Date |
---|---|---|---|
|
ec08676232 |
Blowfish: restructure/simplify code a bit.
Very slightly faster (2% or so) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> |
13 years ago |
|
e4a7fb3da3 |
blowfish: Make the count parameter match the documentation
Previously it was interpreted as number of bytes, while the documentation stated that it was the number of 8 byte blocks. This makes it behave similarly to the existing AES code. Signed-off-by: Martin Storsjö <martin@martin.st> |
13 years ago |
|
669bbedfa8 |
blowfish: invert branch and loop precedence
Should slightly improve performance depending on the compiler used. |
13 years ago |
|
bc3dbcc8e5 |
Add Blowfish encryption support in libavutil
Signed-off-by: Martin Storsjö <martin@martin.st> |
13 years ago |