pub fn tag(value: &str) -> Option<[u8; 32]>
Expand description

parses a string representation of a vault tag into a 32 byte array . if the length of the string is less than 32 bytes, the remaining space is filled with 0’s.

returns None if the string is larger than 32 bytes