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

Functions

template<domain D :shared3p >
D uint kl_strHamming (D xor_uint8[[1]] s, D xor_uint8[[1]] t)
 

Detailed Description

Function for finding the number of bytes two inputs differ in.

Note
D - shared3p protection domain
Supported types - xor_uint8
Parameters
s,t- input string vectors of supported type
Precondition
the input strings are of equal length
Returns
returns the number of bytes that the inputs differ in
Leakage
None

Function Documentation

◆ kl_strHamming()

D uint kl_strHamming ( D xor_uint8[[1]]  s,
D xor_uint8[[1]]  t 
)