CompressVote compresses a vote in src and writes it to dst. If the provided buffer dst is nil or too small, a new slice is allocated. The returned slice may be the same as dst. To re-use dst, run like: dst = enc.CompressVote(dst[:0], src)
(dst, src []byte)
source not stored for this graph (policy: none)