pub fn desc_checksum(desc: &str) -> Result<String, Error>
Expand description

Compute the checksum of a descriptor.

Note that this function does not check if the descriptor string is syntactically correct or not. This only computes the checksum.