Skip to content
Snippets Groups Projects
  1. Feb 05, 2011
  2. Jan 07, 2011
  3. Dec 14, 2010
  4. Dec 13, 2010
  5. Dec 07, 2010
  6. Nov 26, 2010
    • Niels Möller's avatar
      Indentation change. · 9aa2928d
      Niels Möller authored
      Rev: nettle/blowfish.c:1.6
      9aa2928d
    • Niels Möller's avatar
      Reapplied optimizations (150% speedup on x86_32) and other fixes, · 58ae58cd
      Niels Möller authored
      relicensing them as LGPL.
      * blowfish.c (do_encrypt): Renamed, to...
      (encrypt): ...new name.
      (F): Added context argument. Shift input explicitly, instead of
      reading individual bytes via memory.
      (R): Added context argument.
      (encrypt): Deleted a bunch of local variables. Using the context
      pointer for everything should consume less registers.
      (decrypt): Likewise.
      (initial_ctx): Arrange constants into a struct, to simplify key setup.
      (blowfish_set_key): Some simplification.
      
      Rev: nettle/ChangeLog:1.123
      Rev: nettle/blowfish.c:1.5
      58ae58cd
    • Simon Josefsson's avatar
      *** empty log message *** · 8ce0ab12
      Simon Josefsson authored and Niels Möller's avatar Niels Möller committed
      Rev: nettle/ChangeLog:1.122
      Rev: nettle/blowfish.c:1.4
      8ce0ab12
  7. Nov 25, 2010
  8. Nov 23, 2010
  9. Nov 16, 2010
  10. Nov 01, 2010
  11. Oct 26, 2010
  12. Oct 22, 2010
  13. Oct 21, 2010
  14. Oct 06, 2010
Loading