Class Base58BtcCodec

  • All Implemented Interfaces:
    UuidCodec<String>

    public final class Base58BtcCodec
    extends BaseNCodec
    Codec for base-58. It is case SENSITIVE. It encodes using remainder operator (modulus). The alphabet for this codec is the same used in Bitcoin (BTC). Read: https://tools.ietf.org/html/draft-msporny-base58-03
    • Constructor Detail

      • Base58BtcCodec

        public Base58BtcCodec()