Skip to content
Snippets Groups Projects
  1. Feb 16, 2011
    • Niels Möller's avatar
      * gcm-aes.c (gcm_aes_set_iv): Use GCM_SET_IV. · 53f5da92
      Niels Möller authored
      (gcm_aes_set_key): Deleted cast.
      (gcm_aes_encrypt): Likewise.
      (gcm_aes_decrypt): Likewise.
      (gcm_aes_digest): Likewise.
      (gcm_aes_update): One less argument to GCM_UPDATE.
      
      * gcm.h (GCM_SET_KEY): Added cast to nettle_crypt_func *. Help
      compiler type checking despite this cast.
      (GCM_ENCRYPT): Likewise.
      (GCM_DECRYPT): Likewise.
      (GCM_DIGEST): Likewise.
      (GCM_SET_IV): New macro, for completeness.
      (GCM_UPDATE): Deleted unused argument encrypt.
      
      Rev: nettle/ChangeLog:1.156
      Rev: nettle/gcm-aes.c:1.4
      Rev: nettle/gcm.h:1.12
      53f5da92
  2. Feb 14, 2011
  3. Feb 13, 2011
  4. Feb 11, 2011
  5. Feb 10, 2011
  6. Feb 09, 2011
Loading