pub fn nhash_encode_full(data: &NHashData) -> Result<String, NHashError>Expand description
Encode an nhash permalink with optional decrypt key
Encoding is always TLV (canonical):
- HASH tag is always present
- DECRYPT_KEY tag is optional
pub fn nhash_encode_full(data: &NHashData) -> Result<String, NHashError>Encode an nhash permalink with optional decrypt key
Encoding is always TLV (canonical):