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 @@ -20,4 +20,4 @@ pub mod nist;
2020pub  mod  x25519; 
2121
2222#[ cfg( feature = "kx-x448" ) ]  
23- pub  mod  x448; 
23+ pub  mod  x448; 
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ use alloc::boxed::Box;
33
44use  crate :: aead:: ccm:: { Aes128Ccm ,  Aes128Ccm8 ,  Aes256Ccm ,  Aes256Ccm8 } ; 
55use  :: aead:: { AeadCore ,  AeadInPlace } ; 
6- use  crypto_common:: typenum:: Unsigned ; 
76use  crypto_common:: { KeyInit ,  KeySizeUser } ; 
87use  paste:: paste; 
98use  rustls:: crypto:: cipher:: { 
@@ -12,6 +11,7 @@ use rustls::crypto::cipher::{
1211    PrefixedPayload ,  Tls12AeadAlgorithm , 
1312} ; 
1413use  rustls:: ConnectionTrafficSecrets ; 
14+ use  typenum:: Unsigned ; 
1515
1616const  EXPLICIT_NONCE_LEN :  usize  = 8 ; 
1717
Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ use alloc::boxed::Box;
33
44use  crate :: aead:: gcm:: { Aes128Gcm ,  Aes256Gcm } ; 
55use  :: aead:: { AeadCore ,  AeadInPlace } ; 
6- use  crypto_common:: typenum:: Unsigned ; 
76use  crypto_common:: { KeyInit ,  KeySizeUser } ; 
87use  paste:: paste; 
98use  rustls:: crypto:: cipher:: { 
@@ -12,6 +11,7 @@ use rustls::crypto::cipher::{
1211    PrefixedPayload ,  Tls12AeadAlgorithm , 
1312} ; 
1413use  rustls:: ConnectionTrafficSecrets ; 
14+ use  typenum:: Unsigned ; 
1515
1616const  EXPLICIT_NONCE_LEN :  usize  = 8 ; 
1717const  OVERHEAD :  usize  = EXPLICIT_NONCE_LEN  + 16 ; 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments