Historique des commits

Auteur SHA1 Message Date
  Andy Polyakov 14fa6ad9f9 Make aes_ctr.c 64-bit savvy. il y a 20 ans
  Richard Levitte 61f00386ab The counter is big-endian. Since it comes as an array of char, il y a 21 ans
  Richard Levitte 2ae0352b0f Oops, I forgot to replace 'counter' with 'ivec' when used... il y a 21 ans
  Richard Levitte da0d33560f Change AES-CTR to increment the IV by 1 instead of 2^64. il y a 21 ans
  Bodo Möller b6fee5c2fb disable weird assert()s il y a 22 ans
  Richard Levitte 4006c56036 Add more commentary. Check that *num is smaller than the block size. il y a 22 ans
  Richard Levitte 1729588435 The AES CTR API was buggy, we need to save the encrypted counter as well il y a 22 ans
  Richard Levitte dbdc5d14d3 Correct AES counter mode, which incorrectly incremented the counter before il y a 22 ans
  Richard Levitte 97879bcd57 Add the modes OFB128, CFB128 and CTR128 to AES. il y a 23 ans