five8 0.2.0

Fast base58 encoding and decoding for 32-byte and 64-byte arrays.
Documentation
1
2
3
4
5
6
7
8
9
10
# Changelog

## [0.2.0] - 2024-09-05

- Remove the `len` parameter from `encode_32` and `encode_64`, and just return the `len`.
- Re-export relevant items from `five8_const`

## [0.1.0] - 2024-07-30

First release!