https://github.com/kevinheavey/five8
https://github.com/kevinheavey/five8
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kevinheavey/five8
- Owner: kevinheavey
- License: mit
- Created: 2024-05-20T12:16:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-13T11:17:15.000Z (7 months ago)
- Last Synced: 2025-01-13T03:50:28.506Z (4 months ago)
- Language: Rust
- Size: 135 KB
- Stars: 13
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# five8
This is the repository for the `five8` project. It contains three crates:
- `five8`: Fast base58 encoding and decoding for 32-byte and 64-byte arrays. Ported from [Firedancer](https://github.com/firedancer-io/firedancer/tree/main/src/ballet/base58)
- `five8_const`: Compile-time base58 decoding
- `five8_core`: Core utilities for the five8 crates