Skip to content
Snippets Groups Projects
  1. Jun 16, 2001
    • Niels Möller's avatar
      * blowfish.c (initial_ctx): Arrange constants into a struct, to · 478484e6
      Niels Möller authored
      simplify key setup.
      (F): Deleted all but one definitions of the F function/macro.
      Added a context argument, and use that to find the subkeys.
      (R): Added context argument, and use that to find the subkeys.
      (blowfish_set_key): Some simplification.
      
      (encrypt): Deleted code for non-standard number of rounds. Deleted
      a bunch of local variables. Using the context pointer for
      everything should consume less registers.
      (decrypt): Likewise.
      
      Rev: src/nettle/blowfish.c:1.3
      478484e6
  2. Jun 15, 2001
  3. Dec 20, 1998
  4. Dec 16, 1998
  5. Dec 14, 1998
Loading