Function for trimming a string. 
- Note
- D - shared3p protection domain 
- 
Supported types - xor_uint8 
- Parameters
- 
  
    | s | - a vector of supported type |  
 
- Returns
- returns a string with excess bytes removed 
- Leakage
- Leaks the length of the string
◆ bl_strTrim() [1/2]
Trim a bounded-length string vector. 
- Note
- D - shared3p protection domain 
- Parameters
- 
  
    | s | - bounded-length string vector. |  
 
- Returns
- returns input string vector with excess bytes removed 
- Leakage
- Leaks the length of the longest string
 
 
◆ bl_strTrim() [2/2]
      
        
          | D xor_uint8 bl_strTrim | ( | D xor_uint8[[1]] | s | ) |  |