Extended Structure
Data
This API remains public because it already was at the time when this code was revised, so we’re stuck with it.
extension Data
Topics
Initializers
init(base32Encoded:)Decodes a relaxed-Base32-encodedString. Returnsnilif the input is not valid relaxed-Base32.
Instance Methods
base32EncodedData()Return thisDataencoded with relaxed-Base32 asData.base32EncodedString()Return thisDataencoded with relaxed-Base32 as aString.