public class Nfold extends Object
| Constructor and Description |
|---|
Nfold() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
nfold(byte[] inBytes,
int size)
representation: msb first, assume n and k are multiples of 8, and
that
k>=16. |
public static byte[] nfold(byte[] inBytes,
int size)
k>=16. this is the case of all the cryptosystems which are
likely to be used. this function can be replaced if that
assumption ever fails.inBytes - The input bytessize - The sizeCopyright © 2014–2019 The Apache Software Foundation. All rights reserved.