diff options
Diffstat (limited to 'python/lilliput_ae_1.py')
| -rw-r--r-- | python/lilliput_ae_1.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/python/lilliput_ae_1.py b/python/lilliput_ae_1.py index 4884518..6d060bb 100644 --- a/python/lilliput_ae_1.py +++ b/python/lilliput_ae_1.py @@ -277,8 +277,5 @@ def OCB3Dec(A, C, N, tag, associated_data_length_bit, message_length_bit, key, k (Final, M) = TreatMessageDec(C, N, key) tag2 = XorState(Auth, Final) - print(M) - print(tag2) - if(tag == tag2) : return M |
