package
    
    
      
        
      
    
   
    
      
  
    
      
  
    
      Version: 
        v1.0.0-beta.5
    
    
      Opens a new window with list of versions in this module.
    
    
    
  
      
  
    Published: Sep  8, 2022
  
      
  
    License: Apache-2.0, BSD-2-Clause
      
    
  
  
    Opens a new window with license information.
  
      
        
  
    
      Imports: 2
    
  
  
    Opens a new window with list of imports.
  
        
  
    
       Imported by: 5
    
  
  
    Opens a new window with list of known importers.
  
      
    
   
  
  
    
   
    
      
    
    
    
  
    
      
      
        
          
  
    
      
      Documentation
      ¶
    
    
  
    
      
        
       
    
  
    
      
        
 
  
  
  
  
  
	  
  
  
    
    
    
      func ConcatBytes(byteSlices ...[]byte) []byte
     
  ConcatBytes concatenates the byte slices into a new byte slice.
  
         
	  
  
  
    
    
    
      func ConcatBytesToString(byteSlices ...[]byte) string
     
  ConcatBytesToString concatenates the byte slices into a string.
  
         
	  
  
  
    
    
    
      func ReadAvailableBytesToBuffer(target []byte, targetOffset int, source []byte, sourceOffset int, sourceLength int) int
     
  
  
         
	  
  
  
    
    
    
      func XORBytes(dst, a, b []byte) int
     
  XORBytes xors the bytes in a and b. The destination should have enough space, otherwise XOR will panic.
Returns the number of bytes xor'd.
  
         
  
    
      
     
   
        
      
      
        
  
    
      
      Source Files
      ¶
    
   
      
      
     
   
   Click to show internal directories. 
   Click to hide internal directories.