pub fn encode_multikey(key: &AnyVerifyingKey) -> StringExpand description
Encode an AnyVerifyingKey as the atproto multibase-multikey format:
base58btc multibase prefix z, multicodec curve prefix, compressed SEC1
public key bytes.
See https://atproto.com/specs/cryptography. The inverse of parse_multikey.