## Description As of old design pgp_dest_t uses static cache array, which would eat up stack for local variables. This should be changed to use heap or C++ vector.