]> git.sesse.net Git - ffmpeg/history - libavutil/sha1.c
2 other variants of how to implement the core part
[ffmpeg] / libavutil / sha1.c
2007-03-13 Michael Niedermayer2 other variants of how to implement the core part
2007-03-12 Michael Niedermayercosmetic cleanup
2007-03-12 Michael Niedermayercosmetic cleanup
2007-03-12 Michael Niedermayer10% smaller object file, 2% slower
2007-03-12 Michael Niedermayervery slightly smaller object file
2007-03-12 Michael Niedermayermake count count bytes not bits (this is simpler and...
2007-03-12 Michael Niedermayerremove bigger and slower code
2007-03-12 Michael Niedermayerdont recommand testing with -O3
2007-03-12 Michael Niedermayeravoid silly ring buffer logic (faster with -O2, -O3...
2007-03-12 Michael Niedermayerits faster to copy the data to the stack it seems ...
2007-03-12 Michael Niedermayerexplain how to test it
2007-03-12 Michael Niedermayersimple SHA-1 implementation