v1.0.0-beta-3
- Replaced custom Base58 implementation with native Kotlin Base64. - Updated all encryption and signing APIs to use Base64 with a 4-byte checksum. - Renamed relevant method parameters from Base58 to Base64 for clarity. - Updated documentation and tests to reflect the encoding change.