if i have both encrypted message and signature (let's say two different size files), i just want to append them and store in a file together but later i will use the same "only one file" to extract the files and verify in my code.
in that way my code will get only one file as an input but can understand which is encrypted file and signature file...
this file will be used in C or C++ program, will be get as an argument.
thanks.