SecreC 2 language
2.8.0 (2023.09)
Language and standard library reference
|
Functions | |
template<domain D :shared3p > | |
string | bl_strDeclassify (D xor_uint8[[1]] ps) |
template<domain D :shared3p > | |
string | bl_strDeclassify (BlStringVector< D > str, uint i) |
Function for converting an array of type xor_uint8 to a string.
ps | - a vector of supported type |
string bl_strDeclassify | ( | BlStringVector< D > | str, |
uint | i | ||
) |
str | - input string vector |
i | - position of string to declassify |
string bl_strDeclassify | ( | D xor_uint8[[1]] | ps | ) |