SecreC 2 language  2.8.0 (2023.09)
Language and standard library reference
Functions

Functions

template<domain D :shared3p >
uint kl_strLength (D xor_uint8[[1]] str)
 

Detailed Description

Function for getting the length of a string.

Note
D - shared3p protection domain
Supported types - xor_uint8
Parameters
str- a string vector of supported type
Returns
returns a length of the string
Leakage
None

Function Documentation

◆ kl_strLength()

uint kl_strLength ( D xor_uint8[[1]]  str)