[cryptopp-users] Request for adding wide block cipher mode

2022-04-04 Thread Terry Reyes
Currently,the only available ae mode for wide block cipher is eax combined with cmac. However, this mode needs two calls for a message: one call for enc/dec , and one call for cmac(or any other mac scheme). Furthermore, eax doesn't support parallel at all. To my knowledge, the Motorist mode

[cryptopp-users] Filesource reads from pipeline

2023-06-26 Thread Terry Reyes
Hey everyone, Is there any way to implement like this without the filename?: echo "hello world"| ./cryptopp > content.txt The initial way I come up with is: FileSource(std::cin, true, new FileSink(std::cout)); Thanks Terry Reyes -- You received this message because you a