mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-27 09:32:21 +01:00
--- variable password moved to the heap (80 bytes saved) --- variable key moved to the heap (32 bytes saved) --- variable iv moved to the heap (16 bytes saved) --- variable Des moved to the heap (sizeof(Des) saved) --- variable Des3 moved to the heap (sizeof(Des3) saved) --- variable Aes moved to the heap (sizeof(Aes) saved) --- variable RsaKey moved to the heap (sizeof(RsaKey) saved) Utility functions added to Des, Des3 and Aes for easier decryption.