1Bugfix 2 * Fix a sloppy check in LMS public key import, which could lead to accepting 3 keys with a different LMS or LM-OTS types on some platforms. Specifically, 4 this could happen on platforms where enum types are smaller than 32 bits 5 and compiler optimization is enabled. Found and reported by Linh Le and 6 Ngan Nguyen from Calif. 7