70311da0a6
The from_bytes() function expects &[u8], need to deref the Zeroizing wrapper to get the inner array.
The from_bytes() function expects &[u8], need to deref the Zeroizing wrapper to get the inner array.