pub const UUID: SlotIndex;Expand description
UUID is a 256-bit random number that can be used as a UUID for the chip. It is publicly
readable and generated by a TRNG. This is suitable for putting into a KDF and generating
salts for algorithms that require such a parameter. The UUID is changeable, but changing
will cause all derived keys to be changed as well.