File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ macro_rules! impl_ccm {
4242                KeyBlockShape  { 
4343                    enc_key_len:         $aead:: key_size( ) , 
4444                    fixed_iv_len:        4 , 
45-                     explicit_nonce_len:  8 , 
45+                     explicit_nonce_len:  EXPLICIT_NONCE_LEN , 
4646                } 
4747            } 
4848
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ macro_rules! impl_gcm {
4343                KeyBlockShape  { 
4444                    enc_key_len:         $aead:: key_size( ) , 
4545                    fixed_iv_len:        4 , 
46-                     explicit_nonce_len:  8 , 
46+                     explicit_nonce_len:  EXPLICIT_NONCE_LEN , 
4747                } 
4848            } 
4949
Original file line number Diff line number Diff line change @@ -88,4 +88,4 @@ macro_rules! impl_ccm {
8888} 
8989
9090impl_ccm !  { Aes128Ccm ,  crate :: aead:: aes:: Aes128Ccm ,  16 } 
91- impl_ccm !  { Aes128Ccm8 ,  crate :: aead:: aes:: Aes128Ccm8 ,  16 } 
91+ impl_ccm !  { Aes128Ccm8 ,  crate :: aead:: aes:: Aes128Ccm8 ,  8 } 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments