I've followed the docs and managed to only be able to produce an uncompressed address however Bitcoin has both compressed and uncompressed for P2PKH. I can do it in go using btcutils, but I can't find documentation on how to do it with bit. Additionally this library's documentation also seem to lack documentation for generating addresses that aren't either Legacy or Legacy Segwit addresses.
I've followed the docs and managed to only be able to produce an uncompressed address however Bitcoin has both compressed and uncompressed for P2PKH. I can do it in go using btcutils, but I can't find documentation on how to do it with bit. Additionally this library's documentation also seem to lack documentation for generating addresses that aren't either Legacy or Legacy Segwit addresses.
How can I generate compressed addresses?