File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 55// Package blake2b implements the BLAKE2b hash algorithm defined by RFC 7693 
66// and the extendable output function (XOF) BLAKE2Xb. 
77// 
8+ // BLAKE2b is optimized for 64-bit platforms—including NEON-enabled ARMs—and 
9+ // produces digests of any size between 1 and 64 bytes. 
810// For a detailed specification of BLAKE2b see https://blake2.net/blake2.pdf 
911// and for BLAKE2Xb see https://blake2.net/blake2x.pdf 
1012// 
Original file line number Diff line number Diff line change 55// Package blake2s implements the BLAKE2s hash algorithm defined by RFC 7693 
66// and the extendable output function (XOF) BLAKE2Xs. 
77// 
8+ // BLAKE2s is optimized for 8- to 32-bit platforms and produces digests of any 
9+ // size between 1 and 32 bytes. 
810// For a detailed specification of BLAKE2s see https://blake2.net/blake2.pdf 
911// and for BLAKE2Xs see https://blake2.net/blake2x.pdf 
1012// 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments