Closed diedricm closed 1 year ago
Hi! I may be off the mark here, but shouldn't the gcm calculation for its last block multiply with the encrypted counter 0? I don't really see that in calc_gcm_tag(). See: https://[upload.wikimedia.org/wikipedia/commons/2/25/GCM-Galois_Counter_Mode_with_IV.svg](https://upload.wikimedia.org/wikipedia/commons/2/25/GCM-Galois_Counter_Mode_with_IV.svg)
Found it in gctr() :) Thanks for the library!
Hi! I may be off the mark here, but shouldn't the gcm calculation for its last block multiply with the encrypted counter 0? I don't really see that in calc_gcm_tag(). See: https://[upload.wikimedia.org/wikipedia/commons/2/25/GCM-Galois_Counter_Mode_with_IV.svg](https://upload.wikimedia.org/wikipedia/commons/2/25/GCM-Galois_Counter_Mode_with_IV.svg)