Skip to content
Snippets Groups Projects
  1. Feb 08, 2011
    • Niels Möller's avatar
      * gcm.h (struct gcm_ctx): The hash key is now always an array, · fa5e487d
      Niels Möller authored
      named h, with array size depending on GCM_TABLE_BITS.
      
      Rev: nettle/gcm.h:1.6
      fa5e487d
    • Niels Möller's avatar
      * gcm.c (gcm_gf_shift): Added a separate result argument. · 56691ae4
      Niels Möller authored
      (gcm_gf_mul): Compile bitwise version only when GCM_TABLE_BITS ==
      0. Simplified interface with just two arguments pointing to
      complete blocks.
      (gcm_gf_shift_4, gcm_gf_shift_8): Renamed table-based functions, from...
      (gcm_gf_shift_chunk): ... old name.
      (gcm_gf_mul): Renamed both table-based versions and made the
      argument types compatible with the bitwise gcm_gf_mul.
      (gcm_gf_mul_chunk): ... the old name.
      (gcm_set_key): Initialize the table using adds and shifts only.
      When GCM_TABLE_BITS > 0, this eliminates the only use of the
      bitwise multiplication.
      (gcm_hash): Simplified, now that we have the same interface for
      gcm_gf_mul, regardless of table size.
      
      Rev: nettle/ChangeLog:1.140
      Rev: nettle/gcm.c:1.11
      56691ae4
    • Niels Möller's avatar
      * gcm.c (GHASH_POLYNOMIAL): Use unsigned long for this constant. · 41a660e1
      Niels Möller authored
      (gcm_gf_shift_chunk): Fixed bugs for the big endian 64-bit case,
      e.g., sparc64. For both 4-bit and 8-bit tables.
      
      Rev: nettle/ChangeLog:1.139
      Rev: nettle/gcm.c:1.10
      41a660e1
    • Niels Möller's avatar
      * gcm.c: Use the new union gcm_block for all gf operations. · 6b34ff5a
      Niels Möller authored
      * gcm.h (union gcm_block): New union, used to enforce alignment.
      
      Rev: nettle/ChangeLog:1.138
      Rev: nettle/gcm.c:1.9
      Rev: nettle/gcm.h:1.5
      6b34ff5a
  2. Feb 07, 2011
  3. Feb 06, 2011
  4. Feb 05, 2011
  5. Jan 07, 2011
  6. Dec 14, 2010
  7. Dec 13, 2010
Loading