|
template<domain D :shared3p > |
D bool | kl_strEqPrefixes (D xor_uint8[[1]] str, D xor_uint8[[1]] pat) |
|
Function for checking whether a pattern is a substring of the input string.
- Note
- D - shared3p protection domain
-
Supported types - xor_uint8
- Precondition
- the pattern is not longer than the input string
- Parameters
-
str | - the input string vector of supported type |
pat | - the substring to look for |
- Returns
- returns a boolean vector indicating if the pattern is a substring of the input string in that position
- Leakage
- None
◆ kl_strEqPrefixes()
D bool kl_strEqPrefixes |
( |
D xor_uint8[[1]] |
str, |
|
|
D xor_uint8[[1]] |
pat |
|
) |
| |