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

Functions

template<domain D :shared3p >
BlStringVector< D > bl_strShuffle (BlStringVector< D > s, D uint8[[1]] key)
 

Detailed Description

Shuffle a bounded-length string vector.

Note
D - shared3p protection domain
Parameters
s- input string vector
sLen- bound
key- shuffle key
Returns
returns shuffled s
Leakage
None

Function Documentation

◆ bl_strShuffle()

BlStringVector<D> bl_strShuffle ( BlStringVector< D >  s,
D uint8[[1]]  key 
)